1.2.2.6.Selecting a Specific Data using WHERE Clause

  • 條件選擇資料

select id, firstname, lastname,email,enrolled_date from StudentsDetails where mobile='123456789'

Last updated

Was this helpful?