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';

Previous1.2.2.7.Selecting with Multiple Identifiers Using ANDNext1.2.2.9.Sorting the Data Using ORDER BY
Last updated
Was this helpful?