DROP TABLE IF EXISTS `water`; create table 'water'( 'id' int, 'costcenter' varchar(50), 'ss' varchar(50) )