insert_binding.sql 116 B

1234567
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. USE plato;
  4. $a = "Output";
  5. INSERT INTO $a
  6. SELECT count(*) from Input;