Files
konabot/konabot/plugins/idiomgame/sql/insert_idiom.sql
2025-11-18 19:36:05 +08:00

3 lines
95 B
SQL

-- 插入成语大表,避免重复插入
INSERT OR IGNORE INTO all_idioms (idiom)
VALUES (?);