1.2.2.7.Selecting with Multiple Identifiers Using AND

  • And運算

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

Last updated

Was this helpful?