Cai
2026-08-21 b5cd4db7bf43d92dcd6f1a58c7be0f2f46ef3ea4
1
2
3
4
5
SELECT ordinal_position, column_name, data_type, column_type, is_nullable, column_key
FROM information_schema.columns
WHERE table_schema = 'trading_xuntou'
  AND table_name = 'cn_stock_kline_1d_front'
ORDER BY ordinal_position;