MYSQL Select

From ElectroDragon Wiki
Revision as of 23:53, 2 May 2020 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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;