We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfcca2 commit c982648Copy full SHA for c982648
docs/04_visualizations/2-11-scatter/index.md
@@ -27,9 +27,7 @@ sidebar_position: 2.11
27
例如,以下是获取数据的 SQL 查询:
28
29
```sql
30
-SELECT *
31
-FROM yearly.a0201
32
-WHERE name = '国民总收入亿元';
+select toDateTime(Time/1000) as Time, * from klines.spot_1d where Symbol = 'btc_usdt' and Exchange = 'Binance' order by Time limit 100
33
```
34
35
### 显示设置
0 commit comments