开发者

SQLite Flow Constructs in SQL?

开发者 https://www.devze.com 2022-12-13 15:35 出处:网络
With MSSQL, I can mix in case, if...t开发者_StackOverflow社区hen, and while constructs in my SQL code. Is anything similar available for SQLite? I have not seen anything on \"mixing procedurally\" wit

With MSSQL, I can mix in case, if...t开发者_StackOverflow社区hen, 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号