1 2 3 4 5 6 |
CREATE TABLE test ( tkid INTEGER PRIMARY KEY AUTOINCREMENT, tktype INT DEFAULT '0', tableid VARCHAR( 50 ), createdate DATETIME DEFAULT ( date( 'now', 'localtime' ) ) ); |
利用本地测试了一下,速度很快
1 |
https://api.telegram.org/bottoken/setWebhook?url=clear.php |
clear.p… Continue Reading →
还好有2018年的备份,不然就嗝屁了
保留id最小记录 [crayon-6743e89f479ed683874722/… Continue Reading →
PHP code for Telegram bot
sqlite基于b表更新a表 [crayon-6743e89f47f359519… Continue Reading →
web开发中,我们经常需要将一个表的数据插入到另外一个表,有时还需要指定导入字段,设置只需要导入目标表中不存在的记录,虽然这些都可以在程序中拆分成简单sql来实现,但是用一个sql的话,会节省大量代码。
© 2024 九天博客 — Powered by WordPress
Theme by Anders Noren — Up ↑