Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 MSSQL,我可以在我的 SQL 代码中混合使用 case、if...then 和 while 构造。SQLite 有类似的东西吗?我在任何地方都没有看到任何关于“程序混合”与 SQLite 的内容。
谢谢。
SQLite 没有任何循环语法 -FOR或WHILE. CASE支持语句而不是 IF。
FOR
WHILE
CASE