首页 数据库,日记,菜狗日记

SQL如下:

SELECT DECODE(column_name, '', NULL, column_name) AS column_name FROM table_name;

文章评论

评论已关闭