Wednesday, December 10, 2014

MYSQL ROUND()


เป็นคำสั่งของ MySQL ใช้ในการปัดเศษทศนิยม ตามต้องการ

Database : MySQL

Syntax

Table : customer

Sample 1


Output


Sample 2 กรณีทำการ SELECT จาก Table

Output




http://www.thaicreate.com/tutorial/mysql-round.html


SQL RENAME DATABASE

SQL RENAME DATABASE

เป็นคำสั่งที่ใช้ในการเปลี่ยนชื่อฐานข้อมูล

Database : MySQL

Syntax





http://www.thaicreate.com/tutorial/sql-rename-database.html

SQL RENAME TABLE


เป็นคำสั่งที่ใช้ในการเปลี่ยนชื่อตาราง (Rename Table)

Database : MySQL

Syntax

http://www.thaicreate.com/tutorial/sql-rename-table.html

SQL REPLACE


เป็นคำสั่งที่ใช้สำหรับการระบุเงื่อนไขการเลือกข้อมูลในตาราง (Table) โดยทำการแทนที่ข้อความที่พบในตำแหน่งที่ต้องการ

Database : MySQL,Microsoft Access,SQL Server,Oracle

Syntax

Table : customer

Sample1 การเลือกข้อมูลโดยทำการแทนที่ค่า Win ด้วย Mr.Win

Output



นอกนากนี้ยังสามารถทำ REPLACE ไปแทนที่ในส่วนของ WHERE อีกด้วย

http://www.thaicreate.com/tutorial/sql-replace.html

SQL SUM


เป็นคำสั่งที่ใช้สำหรับการระบุเงื่อนไขการเลือกข้อมูลในตาราง (Table) โดยหาค่าผลรวมของฟิวด์

Database : MySQL,Microsoft Access,SQL Server,Oracle

Syntax

Table : customer

Sample1 การเลือกข้อมูลผลรวมของ Budget

Output


http://www.thaicreate.com/tutorial/sql-sum.html