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
As hack, I merge columns for select and group by : select field1||'-'||field2 from tab group by field1||'-'||field2
but "order by" doesn t work
I do a split to unmerge columns when i get results
How to write sql "group by"/"order by" multi columns?
The text was updated successfully, but these errors were encountered: