SELECT ‘第一中学‘ as school, class, name, geography FROM test_table WHERE test = 1;
插入新table:
REPLACE INTO test_school(school, class, name, geography) SELECT ‘第一中学‘ as school, class, name, geography FROM test_table WHERE test = 1;
2022-09-26 20:41:19
SELECT ‘第一中学‘ as school, class, name, geography FROM test_table WHERE test = 1;
插入新table:
REPLACE INTO test_school(school, class, name, geography) SELECT ‘第一中学‘ as school, class, name, geography FROM test_table WHERE test = 1;
下一篇:python 操作达 梦数据库