F
Francesco M.
Hi everyone,
I've got a problem with an SQL query.
The column name I'm asking for has parentheses inside its name. [Phone
(off)].
The query is:
select [Phone (off)] from [Providers]
It shows an error about aggregate funzctions.
Pratically I think it needs some GROUP BY because it thinks that
parentheses are like sum() or avg().
Anyone could help me please?
Thank you very much.
Francesco
I've got a problem with an SQL query.
The column name I'm asking for has parentheses inside its name. [Phone
(off)].
The query is:
select [Phone (off)] from [Providers]
It shows an error about aggregate funzctions.
Pratically I think it needs some GROUP BY because it thinks that
parentheses are like sum() or avg().
Anyone could help me please?
Thank you very much.
Francesco