mySql : mysql update with replace
รูปแบบ
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
กรณีนี้ ผมจะ update ข้อมูล ใน ตาราง tbl_district โดยทำการแทนที่ * ด้วยค่าว่างนะครับ
คำสั่งจะได้แบบนี้
UPDATE tbl_district set district_name = replace(district_name,'*','')
ลองนำไปประยุกต์ใช้ดูนะครับ
มาเป็นเพื่อนกันครับ บนช่องทาง Social ด้านล่างนี้ครับ
--------------------------► LINE@ : @siamfocus.com
► Facebook : fanpage.siamfocus
► Twitter (X) : siamfocus
► Linkedin : taam-siamfocus
► Instagram : iamtaam
► Youtube : SiAMFOCUS
► Tiktok : @taamsiamfocus
--------------------------