完善小细节
This commit is contained in:
10
tradeCattle/clear_and_test_xq_client_log.sql
Normal file
10
tradeCattle/clear_and_test_xq_client_log.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- 清空xq_client_log表并重新同步测试
|
||||
|
||||
-- 1. 清空现有数据
|
||||
TRUNCATE TABLE xq_client_log;
|
||||
|
||||
-- 2. 检查表是否为空
|
||||
SELECT COUNT(*) as record_count FROM xq_client_log;
|
||||
|
||||
-- 3. 显示表结构
|
||||
DESCRIBE xq_client_log;
|
||||
Reference in New Issue
Block a user