box-o-sand/postgresql/tutorial/weather/wipe.sql
Dan Buch 1593c21031 Chugging through the 'basics' tutorial
mostly for fun ... and to see if I'm missing any foundational bits.
2012-07-14 10:59:48 -04:00

3 lines
59 B
SQL

DROP TABLE IF EXISTS weather;
DROP TABLE IF EXISTS cities;