select_action.sql 176 B

12345678
  1. /* postgres can not */
  2. /* syntax version 1 */
  3. use plato;
  4. pragma OrderedColumns;
  5. evaluate for $i in ["1", "2", "3"] do begin
  6. select * from Input where subkey = $i;
  7. end do;