E
Etienne Begin
Guest
You can only use a column name or expression. An expression can be an aggregate (min/max) or scalar function such as year/replace/trim. Note that also means you can use hardcoded string values like select "stringname" as 'column1' No sub-queries. You should work to find a way to avoid using a subquery. It seems possible from your example. Etienne
Continue reading...
Continue reading...