json-sql-builder2 icon indicating copy to clipboard operation
json-sql-builder2 copied to clipboard

order by function(value)

Open lagleki opened this issue 5 years ago • 0 comments

how can I achieve select name from foo order by upper(name);? I can only find select upper(name) as uname, name from foo order by uname; but it overloads select.

lagleki avatar Dec 26 '19 16:12 lagleki