sql數(shù)據(jù)庫 SQL如何用update同時(shí)更新多個(gè)數(shù)據(jù)?
SQL如何用update同時(shí)更新多個(gè)數(shù)據(jù)?插入新數(shù)據(jù):插入表名(字段1、字段2、字段3)值(“content 1”、“content 2”、“content 3”)更新數(shù)據(jù):更新表名集字段1=“con
SQL如何用update同時(shí)更新多個(gè)數(shù)據(jù)?
插入新數(shù)據(jù):插入表名(字段1、字段2、字段3)值(“content 1”、“content 2”、“content 3”)更新數(shù)據(jù):更新表名集字段1=“content 1”、字段2=“content 2”、字段3=“content 3”where condition