blob: 06d56e5b2586f73a14da207fce4d1cb2ab0d11ef (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* syntax version 1 */
/* postgres can not */
use plato;
select * from Input
order by key
limit length(CAST(Unicode::ToUpper("a"u) AS String))
offset length(CAST(Unicode::ToUpper("bc"u) AS String));
|