本軟件是access修改工具,可以在沒(méi)有安裝access的電腦上運(yùn)行,更改數(shù)據(jù),可以用SQL語(yǔ)言進(jìn)行高級(jí)數(shù)據(jù)維護(hù)
- 綠色版查看
- 綠色版查看
- 綠色版查看
- 綠色版查看
SQL語(yǔ)句參考
一、復(fù)制表
select * into newtable from oldtable
select * into b from a where 1<>1 只復(fù)制結(jié)構(gòu)
二、從一個(gè)表導(dǎo)入到另一個(gè)表
insert into a select * from b
三、更新表
update yourtable set name='難得糊涂' where city='南陽(yáng)'
四、刪除表
drop table yourtable
您的評(píng)論需要經(jīng)過(guò)審核才能顯示
有用
有用
有用