热门

最新

红包

立Flag

投票

同城

我的

发布
qq_15990969
乐乐v
4 年前
trueqq_15990969

expecting EQ, found 'tablename'
JPA 执行 update 时不能 setNews(false);

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
【数据库每日一题】以下哪种写法,可以有效地找出目标列C1为空值的记录?其中C1列可能的值为正整数。A、select * from t1 where nvl(c1,1)=1;B、select * from t1 where c1 = null;C、select * from t1 where c1 is null;D、select * from t1 where decode(c1,null,1,2)=1;E、select * from t1 where coalesce(c1,null)=null;去答题(答完可看解析)https://www.modb.pro/test/20210927?wb
立即登录