Hello:
> I have a query like this:
>
> SELECT col1 AS column FROM table
>
> in the provider the column name is "col1" and not "column" as the alias
> I have written. Is this my problem, an error in the provider or the
> column alias is not supported?
It's not a provider problem, column ( reserved word ) is not a valid
column alias try with a different one.
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
"No tengo dones especiales.Sólo soy apasionadamente curioso"
Albert Einstein, científico.
|