1 2 3 4 5 6 7 8
/* syntax version 1 */ /* postgres can not */ /* kikimr can not - can't drop non-existent table */ USE plato; $a = "Output"; DROP TABLE $a;