字體:小 中 大 |
|
|
|
| 2013/09/20 01:08:21瀏覽576|回應0|推薦0 | |
[分享]CommandText語法insert語法:
insert into 資料表(欄位一,欄位二,欄位三) values (值一,值二,值三)
update語法: update 資料表 set 欄位1 = 值1 ,欄位2 = 值2 where 條件
select語法:
select 欄位1,欄位2 from 資料表 [where 條件] [order by 欄位 desc] [group by 欄位]
delete語法:
delete from 資料表 [where 條件] <<<<<若沒有加條件,會把整個資料表內的資料刪除掉!
|
|
| ( 知識學習|語言 ) |











