| Subject | order by column alias problem | 
|---|---|
| Author | Mark Gordon | 
| Post date | 2004-12-20T01:14:19Z | 
I just hit a huge road block and I am not sure what to do.
This query works on all database except firebird:
select mstwid as warehouseCode, mstiid as itemCode order by warehouseCode
The error that it gives is Column unknown WAREHOUSECODE
I am using a persistence layer that uses this construct....
Other then, "use a different persistence layer", does anyone have any
advice?
Thanks
Mark
            This query works on all database except firebird:
select mstwid as warehouseCode, mstiid as itemCode order by warehouseCode
The error that it gives is Column unknown WAREHOUSECODE
I am using a persistence layer that uses this construct....
Other then, "use a different persistence layer", does anyone have any
advice?
Thanks
Mark