Oracle最經常使用的CRUD操做命令

一、建立表web create table mytest(id varchar2(2 char),name varchar2(3 char)); 二、插入數據svg insert into mytest(id,name) values('01','tom'); 三、查詢數據code select * from mytest; 四、更新數據xml update mytest set name='mm
相關文章
相關標籤/搜索