block_book/bigdata/mysql.sql
2025-05-21 13:24:28 +08:00

6 lines
75 B
SQL

create table ods_order_count(
name varchar(50),
value int(10)
);