Having trouble with a statement
I was curious if anyone new how to create a SQL statement that will read say
an invoice number that consists of 7 digits, only change it to read alphanumeric
values without adding any more places. I believe it involves a case statement
but I cannot figure out how the loop will make it work.
thanks..........
[330 byte] By [
Kevin] at [2007-11-9 18:51:24]

# 1 Re: Having trouble with a statement
Hi Kevin,
Can you define "read" Do you want to "constrain" non
alphanumeric data from entring the database upon update or insert?
Or do you want to do something upon SELECT?
Cheers
Serge