drop_binding.sql 142 B

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