查询表中的所有字段名


select * from user_tab_columns where Table_Name='用户表';

原文地址:https://www.cnblogs.com/21heshang/p/6244321.html