You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
how can I achieve
select name from foo order by upper(name);
? I can only findselect upper(name) as uname, name from foo order by uname;
but it overloadsselect
.The text was updated successfully, but these errors were encountered: