Compare commits

..

No commits in common. "acf8cb1acde8129a91f53617f30a16afab9f8c9b" and "ac4c06e9c898fe8c428cc08366a5078b315e1b7d" have entirely different histories.

1 changed files with 5 additions and 5 deletions

View File

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