tom123
08-08-2006, 10:27 AM
Hi guys,
I need to extract all fields that begin with "AW", there are numbers after this i.e AW11, AW12.....
Next i need to find the largert number i.e 12 in this case. So far i have
my $product_query = qq(SELECT code,
FROM product
WHERE code LIKE 'AW%');
Thanks in advance
I need to extract all fields that begin with "AW", there are numbers after this i.e AW11, AW12.....
Next i need to find the largert number i.e 12 in this case. So far i have
my $product_query = qq(SELECT code,
FROM product
WHERE code LIKE 'AW%');
Thanks in advance