oracle查看表結(jié)構(gòu)命令desc oracle怎么查詢一個表中排除一個字段值剩下的所有數(shù)據(jù)?
oracle怎么查詢一個表中排除一個字段值剩下的所有數(shù)據(jù)?Select*from table where field<> value或Select*from table where field
oracle怎么查詢一個表中排除一個字段值剩下的所有數(shù)據(jù)?
Select*from table where field<> value或Select*from table where field not in(value)希望對您有所幫助
oracle怎么查出表中的所有字段?
查詢表中所有字段的值
選擇*從制表符
查找表中所有字段的名稱
從用戶制表符中選擇列名稱,其中制表符名稱=“制表符”
注意制表符是表的名稱,必須大寫
這是最好的數(shù)據(jù)庫設(shè)計文檔
如果說明在創(chuàng)建表時標(biāo)記為Oracle,如下所示:
comment on column表.列名稱是“comments on coluuuuu Information”
可以用以下語法查看:
select*from usercoluuu comments where TABLEuu name=“EMPLOYEES”