![]() |
|||
how to add data at the end or start of text filed
By: Shalesh | 27 Apr 2011 4:08 pm
Very simple query update product set description=concat(description,'your text ') where category_id='2' |
