Recent content by Denillenium

  1. D

    SQL89 field alias

    Hello to all, I'm using a SQL89 ODBC driver and i want to create a alias for my fields name. Like : SELECT job.job AS 'Test' FROM job But, it seems that SQL89 doesnt take the 'AS' for my alias. Does anyone know how to create an alias in SQL89? Is it possible? Thanks
Back
Top