Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kranser
  • Content: Threads
  • Order by date
  1. kranser

    Problem with high ASCII values

    Hi I'm having a problem with high ASCII values. When I run the query: select * from TAB1 where (FIELD1 >= '01' and FIELD2 > '¡') where ¡ is ASCII 254 (or ASCII 65534, it doesn't matter which), I get all records in the table. I should get none, as FIELD2 never contains an ASCII value...

Part and Inventory Search

Back
Top