Package: php5-odbc
Version: PHP 5.2.6-1+lenny8
 
I am experiencing the same issue when querying tables on a SQL Server 9.0.4053 
(SQL Server 2005).
 
SELECT ID, Column AS alias FROM Table;

Returns:

ID | Column
-----------
1  |  value
2  |  value
3  |  value
 
Instead of:

ID  |  alias
------------
1   |  value
2   |  value
3   |  value
 
 

Reply via email to