This commit is contained in:
xiaochou164 2023-11-29 13:32:09 +00:00
parent a3f9480d76
commit 96eefb0916
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
DROP TABLE IF EXISTS `water`;
create table 'water'(
'id' int,
'costcenter' varchar(50),
'ss' varchar(50)
)