remap_desc.sql 97 B

12345
  1. /* postgres can not */
  2. USE plato;
  3. select TableName() as tn, t.*
  4. from concat(Input, Input) as t;