SQLite
_Nonkr
这个作者很懒,什么都没留下…
展开
-
SQLite 时间操作
SQLite Tutorial: Common Commands and Triggers By Mike Chirico This article explores common methods in SQLite such as running commands from the shell prompt and creating triggers for populat...原创 2012-02-25 13:04:57 · 134 阅读 · 0 评论 -
CASE expression of SQLite
CASE x WHEN w1 THEN r1 WHEN w2 THEN r2 ELSE r3 END CASE WHEN x=w1 THEN r1 WHEN x=w2 THEN r2 ELSE r3 END原创 2013-03-22 10:55:52 · 110 阅读 · 0 评论