I almost wish I hadn't gone down that rabbit-hole — and yet — and yet — it's rather curious, you know, this sort of life!
CREATE TABLE temp AS SELECT * FROM sampleTable;DROP TABLE sampleTable;CREATE TABLE sampleTable AS SELECT * FROM temp;DROP TABLE temp;
Post a Comment
No comments:
Post a Comment