zl程序教程

您现在的位置是:首页 >  其它

当前栏目

How to check for null/empty/whitespace values with a single test?

for to with How null test check VALUES
2023-09-27 14:25:22 时间
SELECT column_name
  FROM table_name
 WHERE TRIM(column_name) IS NULL