file_constness.sql 215 B

123456
  1. /* postgres can not */
  2. /* syntax version 1 */
  3. select key,
  4. FileContent("keyid.lst") as content,
  5. ListCollect(ParseFile('int32', "keyid.lst")) as content_list,
  6. from plato.Input group by key order by key;