MYSQL Select

From ElectroDragon Wiki
  • 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;