sqlite常用语句

Select * From MAIN.[AP01SendQueueNew] Limit 1000
update   AP01SendQueueNew set stauts = 'wait' where status = 'run'
原文地址:https://www.cnblogs.com/maijin/p/2825992.html