1.2.3.2.Creating Alias Name for a Column - AS
選取資料時取別名
select firstname as name,id from studentsDetails;

Previous1.2.3.1.Selecting Data with a Range - BETWEENNext1.2.3.3.Selecting Data which has one of Multitple Values - IN
Last updated
Was this helpful?