Working with an exsisting DB structure and they have # special char all over their column names in a DB2 database. Using ->orderBy( 'A.G01GL#' ) results in the sql statement being ORDER BY "A"."G01GL"# ASC Any advice on how to get around this?
Working with an exsisting DB structure and they have # special char all over their column names in a DB2 database.
Using
->orderBy( 'A.G01GL#' )
results in the sql statement being
ORDER BY
"A"."G01GL"# ASC
Any advice on how to get around this?