sql update table set(...) values(...)where..._知道

sql update table set(...) values(...)where..._知道

瀏覽:1091
日期:2025-11-15
最佳答案: 你的意思是按照insert的形式定義資料庫update語句。 insert語句:INSERT INTO table_name (列1, 列2,...) VALUES (值1, 值2,....) update語句:UPDATE table_name SET 列 ......看更多