dashboard
repositories
filestore
activity
search
login
mbx
/
mb-project-info
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
research(energy): compare storage and grid geopolitical exposure
Cai
2026-08-12
b32704d90d4ab7963e924d7a8d12c18eee4f6d0e
[mbx/mb-project-info.git]
/
ana-data
/
cases
/
机器人案例
/
ANA-ROBOT-INDUSTRY-001
/
manifest
/
next_robot_036_market_database_schema_query_20260726.sql
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;