如何查询postgreSQL中带有空字段的记录
答案:2 悬赏:50 手机版
解决时间 2021-01-25 18:31
- 提问者网友:wodetian
- 2021-01-24 18:07
如何查询postgreSQL中带有空字段的记录
最佳答案
- 五星知识达人网友:一叶十三刺
- 2021-01-24 18:37
数据库中空字段分为 NULL '' 判断是否为NULL时用 IS NULL 判断是否为'' 用!='' 比如 select * from table where value !=''; select * from table where date IS NOT NULL;
全部回答
- 1楼网友:第四晚心情
- 2021-01-24 19:17
please read more postgresql docs perhaps you want to use postgrsql string-function such as: encode(), decode(), md5()
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯