SQLite Flow Constructs in SQL?

為{幸葍}努か 提交于 2020-01-16 19:03:49

问题


With MSSQL, I can mix in case, if...then, and while constructs in my SQL code. Is anything similar available for SQLite? I have not seen anything on "mixing procedurally" with SQLite, anywhere.

Thanks.


回答1:


SQLite doesn't have any loop syntax - FOR or WHILE. CASE statements are supported rather than IF.



来源:https://stackoverflow.com/questions/1885702/sqlite-flow-constructs-in-sql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!