在pycharm中执行

select * from value in(1,2);

会提醒:

No statement found under the caret.
Execute all statements in the file or just the ones after the cursor?

表示in后面的条件被当做语句,执行出错

解决:

select * from find_in_set(value, '1,2');

  

最新文章

  1. floyd原理以及求最小环
  2. 系统间通信(3)——IO通信模型和JAVA实践 上篇
  3. 最简单的Web服务器
  4. CentOS 6.4安装lnmp环境
  5. What is an eigenvector of a covariance matrix?
  6. 如何获取SQL Server数据库元数据的方法
  7. [转]ASP.NET MVC 入门8、ModelState与数据验证
  8. UVA 1600 Patrol Robot(机器人穿越障碍最短路线BFS)
  9. DB2 runstats和reorg操作
  10. 【Electron】Electron开发入门(四):操作PC端文件系统
  11. Linux入门(2)——Ubuntu16.04安装wineQQ
  12. ●POJ poj 2112 Optimal Milking
  13. Xcode7.2如何真机调试iOS 9.3的设备
  14. Java 通过getbean取出的类为什么要强转为接口类
  15. shell脚本使用## or %%
  16. idea debug info can be unavailable. Please close other application using ADB: Monitor, DDMS, Eclipse
  17. 对类型“Func<,>”的引用声称该类型是在“mscorlib”中定义的,但未能找到
  18. vue element upload图片 回显问题
  19. 【Web API系列教程】3.3 — 实战:处理数据(建立数据库)
  20. 【设计模式】观察者模式 Observer Pattern

热门文章

  1. visdom可视化pytorch训练过程
  2. day6作业详解
  3. bash快捷键光标移动到行首行尾等
  4. MySQL创建用户+授权+备份
  5. Linux基本系统优化
  6. G.Longest Palindrome Substring
  7. WebStorm技巧-在安卓手机上运行Ionic程序
  8. Java热启动
  9. Git 忽略規則及 .gitignore 規則不生效的辦法
  10. jsonp, json区别