
SQL
未具名
这个作者很懒,什么都没留下…
展开
-
多个约束条件的查询
public List getTodayData(String userId, String userName, String deptCode, String startTime, String endTime, boolean pagination) { String sql = "select userid,username,deptcode,deptname,to_char原创 2016-04-28 19:21:04 · 894 阅读 · 0 评论 -
java.lang.IllegalArgumentException: node to traverse cannot be null!
非法参数异常,其实可能不是参数问题 update 表 set xxx=xxx and yyy=yyy where zzz=zzz 上面这样是错误的 正确写法 update 表 set xxx=xxx , yyy=yyy where zzz=zzz 对 不能用and !and是用在where 之后 多条件时才用到原创 2016-12-16 16:36:38 · 276 阅读 · 0 评论 -
mysql could not read contents of failed to open no such file or directory
https://superuser.com/questions/981333/mysql-workbench-unable-to-restore-workspace 我这里的解决方法 删除了C:\Users\\AppData\Roaming\MySQL\Workbench\cache下的数据 重新启动 并点击ignore 不影响 但看着别扭原创 2017-12-18 03:28:52 · 4036 阅读 · 0 评论