摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
摘要:
update 表名 set 要更新的字段=replace(要更新的字段,'要替换的字符串','替换后字符串') where +条件 阅读全文