1.2.2.6.Selecting a Specific Data using WHERE Clause
條件選擇資料
select id, firstname, lastname,email,enrolled_date from StudentsDetails where mobile='123456789'

Previous1.2.2.5.Selecting Distinct Values from Column - DISTINCTNext1.2.2.7.Selecting with Multiple Identifiers Using AND
Last updated
Was this helpful?