开发者

SQLite Flow Constructs in SQL?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜