pmaonline
05-13-2005, 08:45 PM
Hi all, i need a query to change my customers_id number from an example
1000549 to 500549 and i made this query that doesn'work :
UPDATE customers SET customers_id = '50%' WHERE customers_id = '100%'
i need to change the first 3 digits from 100 to 50 and the other numbers stays the same.
Can someone help me with this ???
Thanks...
1000549 to 500549 and i made this query that doesn'work :
UPDATE customers SET customers_id = '50%' WHERE customers_id = '100%'
i need to change the first 3 digits from 100 to 50 and the other numbers stays the same.
Can someone help me with this ???
Thanks...