Oracle基本操做(待续)

oracle查询包含某个字段的表:html select table_name from user_tab_cols where column_name = 'xxx'oracle oracle查询包含某个类型为VARCHAR2而且长度为30的字段的表spa select count(table_name) from user_tab_cols where column_name = 'CABIN
相关文章
相关标签/搜索