Skip to content

Commit c982648

Browse files
authored
Update index.md
1 parent adfcca2 commit c982648

File tree

1 file changed

+1
-3
lines changed
  • docs/04_visualizations/2-11-scatter

1 file changed

+1
-3
lines changed

docs/04_visualizations/2-11-scatter/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ sidebar_position: 2.11
2727
例如,以下是获取数据的 SQL 查询:
2828

2929
```sql
30-
SELECT *
31-
FROM yearly.a0201
32-
WHERE name = '国民总收入亿元';
30+
select toDateTime(Time/1000) as Time, * from klines.spot_1d where Symbol = 'btc_usdt' and Exchange = 'Binance' order by Time limit 100
3331
```
3432

3533
### 显示设置

0 commit comments

Comments
 (0)