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.