Can开发者_如何学C anyone tell me how to write stored procedures in SQLite on the iPhone?
No... From: http://www.sqlite.org/whentouse.html
SQLite has had to sacrifice other characteristics that some people find useful, such as high concurrency, fine-grained access control, a rich set of built-in functions, stored procedures, esoteric SQL language features, XML and/or Java extensions, tera- or peta-byte scalability, and so forth.
精彩评论