1.2.2.4.Retrieving Values from Table - SELECT

  • 取得某個table中所有資料

select * from StudentsDetails;

Last updated

Was this helpful?