Tim.
ClioSport Club Member
I have a query that returns 100 fields from 20 tables.
One of the lines in the select statement is:
CASE WHEN Column1 IS NULL THEN PLSupplierAccount.Salesperson ELSE Column1 END AS Sales_Agent,
I’ve not anonymised it, that’s what it actually says.
Why does it say Column1 - as far as I can see there is no field in any of the 20 table that’s called Column1.
One of the lines in the select statement is:
CASE WHEN Column1 IS NULL THEN PLSupplierAccount.Salesperson ELSE Column1 END AS Sales_Agent,
I’ve not anonymised it, that’s what it actually says.
Why does it say Column1 - as far as I can see there is no field in any of the 20 table that’s called Column1.