UPDATE g5_shop_item SET it_thumb = concat("/himall_upload_file/2/product/",it_thumb);


SELECT concat("abc","123") 

결과 : abc123

+ Recent posts