SQL update用法

1. update用法示例spa

原表:code

 

 2. SQL語句:blog

UPDATE test_table 
SET name='BBBB'
WHERE id=4;

3. 結果:table

相關文章
相關標籤/搜索