oracle 通过sql查询表结构

    技术2022-05-12  6

    select   *   from   user_tab_columns   where   table_name=upper('表名');


    最新回复(0)