1.2.3.1.Selecting Data with a Range - BETWEEN
選取介於兩數值間的資料
select * from StudentsDetails where id between 1 and 6;
Last updated
Was this helpful?
選取介於兩數值間的資料
select * from StudentsDetails where id between 1 and 6;
Last updated
Was this helpful?
Was this helpful?