1.2.3.3.Selecting Data which has one of Multitple Values - IN
選擇範圍內的資料
select * from StudentsDetails where firstnamen in ('Mike', 'Mike1', 'sean')

Last updated
Was this helpful?
選擇範圍內的資料
select * from StudentsDetails where firstnamen in ('Mike', 'Mike1', 'sean')
Last updated
Was this helpful?