table_from_binding.sql 96 B

12345
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. use plato;
  4. $x = "Input";
  5. SELECT count(*) FROM $x;