table_concat_binding_bad1.sqlx 88 B

1234
  1. /* postgres can not */
  2. use plato;
  3. $a = plato.Input;
  4. SELECT count(*) FROM concat($a,$a);