1.2.2.8.Selecting with One of Many Identifiers Using OR

  • or運算

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

Last updated

Was this helpful?