i have this in my where statement. i only want to see lot_numbers that start with R or W but i want to be sure that the next character after the R or W is a number
so if its W34322 i want it
if its WQ2321 i dont want it
where (wod.lot_nbr like 'R%' or wod.lot_nbr like 'W%')
thanks
so if its W34322 i want it
if its WQ2321 i dont want it
where (wod.lot_nbr like 'R%' or wod.lot_nbr like 'W%')
thanks