ตัวอย่างการใช้งาน
ตารางข้อมูลนักศึกษา
Code: Select all
SELECT Student_id, Student_Fname, Student_Lname, Gender, Age
FORM Student;
Code: Select all
SELECT *
FORM Student;
การแสดงผล
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
SELECT Student_id, Student_Fname, Student_Lname, Gender, Age
FORM Student;
Code: Select all
SELECT *
FORM Student;
Users browsing this forum: No registered users and 5 guests