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

3 lines
63 B
SQL

-- 插入词
INSERT OR IGNORE INTO all_words (word)
VALUES (?);