PL SQL Where Clause with Column/Field name being a datatype

Posted by Dale on Stack Overflow See other posts from Stack Overflow or by Dale
Published on 2010-04-23T18:19:06Z Indexed on 2010/04/23 18:23 UTC
Read the original article Hit count: 300

Filed under:
|
|

Quick question playing with PL SQL it seems that the tables column was named as the data type NUMBER so trying to perform a query fails since the column is being recognized as a datatype instead of a column name. Anyone know how to get around this without modifying the schema?

© Stack Overflow or respective owner

Related posts about pl

Related posts about sql