Difference between revisions of "MYSQL Select"

From ElectroDragon Wiki
 
(No difference)

Latest revision as of 23:53, 2 May 2020

  • select * from test where t_birth is null;
  • select * from test where t_birth is not null;

Order By

  • SELECT * from runoob_tbl ORDER BY submission_date ASC;