Results 1 to 3 of 3

Thread: Invalid Column Name

  1. #1
    Join Date
    Jul 2003
    Posts
    142

    Question Invalid Column Name

    I have link to an Oracle 8 server.
    The error ORA 01722 is displayed when ever I use a where clause in a simple select statement.
    However without the where clause the column is retrieved ok. I am running the query from Query analyser of SQL Server personal edition.
    Please help.

  2. #2
    Join Date
    Mar 2003
    Posts
    468
    please post the SQL and any table definitions you can and we can then go from there.

  3. #3
    Join Date
    Jul 2003
    Posts
    142
    Thanks. I have figured out the solution. The where clause needs to be seperate from the select clause(i.e outside the bracket.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •