singular.sql 203 B

123456789101112
  1. /* postgres can not */
  2. /* syntax version 1 */
  3. /* hybridfile can not YQL-17743 */
  4. use plato;
  5. insert into @foo
  6. select void() as x,null as y,[] as z,{} as w
  7. order by x,y,z,w;
  8. commit;
  9. select * from @foo;