If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How do you type cast a numeric value over a char in a SELECT statement? I am trying to retrieve only records with values between 100 and 999 in a char type column. BETWEEN doesn't work ( I assume because it is looking at the ASCII equivalent). Can anyone help?