blob: 588e1e3a0205f827ffa64eccc5cb319219783efd (
plain) (
blame)
1
2
3
4
5
6
|
/* syntax version 1 */
/* postgres can not */
select * from as_table([]) flatten columns;
select * from as_table([]) group by key, subkey;
select * from as_table([]) flatten optional by (1+x as y);
select distinct * from as_table([]);
|