SQLite Update 語(yǔ)句


sqlite 的 update 查詢用于修改表中已有的記錄??梢允褂脦в?where 子句的 update 查詢來(lái)更新選定行,否則所有的行都會(huì)被更新。

 

1. 語(yǔ)法

帶有 where 子句的 update 查詢的基本語(yǔ)法如下:

update table_name
set column1 = value1, column2 = value2...., columnn = valuen
where [condition];

您可以使用 and 或 or 運(yùn)算符來(lái)結(jié)合 n 個(gè)數(shù)量的條件。

 

2. 范例

假設(shè) company 表有以下記錄:

id          name        age         address     salary
----------  ----------  ----------  ----------  ----------
1           paul        32          california  20000.0
2           allen       25          texas       15000.0
3           teddy       23          norway      20000.0
4           mark        25          rich-mond   65000.0
5           david       27          texas       85000.0
6           kim         22          south-hall  45000.0
7           james       24          houston     10000.0

下面是一個(gè)范例,它會(huì)更新 id 為 6 的客戶地址:

sqlite> update company set address = 'texas' where id = 6;

現(xiàn)在,company 表有以下記錄:

id          name        age         address     salary
----------  ----------  ----------  ----------  ----------
1           paul        32          california  20000.0
2           allen       25          texas       15000.0
3           teddy       23          norway      20000.0
4           mark        25          rich-mond   65000.0
5           david       27          texas       85000.0
6           kim         22          texas       45000.0
7           james       24          houston     10000.0

如果您想修改 company 表中 address 和 salary 列的所有值,則不需要使用 where 子句,update 查詢?nèi)缦拢?/p>

sqlite> update company set address = 'texas', salary = 20000.00;

現(xiàn)在,company 表有以下記錄:

id          name        age         address     salary
----------  ----------  ----------  ----------  ----------
1           paul        32          texas       20000.0
2           allen       25          texas       20000.0
3           teddy       23          texas       20000.0
4           mark        25          texas       20000.0
5           david       27          texas       20000.0
6           kim         22          texas       20000.0
7           james       24          texas       20000.0

下一節(jié):sqlite delete 語(yǔ)句

sqlite教程

相關(guān)文章
亚洲国产精品第一区二区,久久免费视频77,99V久久综合狠狠综合久久,国产免费久久九九免费视频