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.
是否可以在同一个 sqlite3_exec 语句中执行多个 PRAGMA 调用?
它不支持。但是,您可以使用 sqlite3 (CLI) 使用“-init”选项执行多个 PRAGMA。