blob: 614d4928c632a09c3384b932ac529e79faa4d8f5 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* kikimr can not - no refs */
/* postgres can not */
USE plato;
pragma ResultRowsLimit="2";
SELECT key||"a" as key FROM Input order by key;
SELECT key||"b" as key FROM Input order by key;
|