pl⼀SQL 如何操作才能获取包含某表中所有字段的查询语句

即得到:select 字段1,字段2,…… from 某表
2025-06-28 19:03:08
推荐回答(2个)
回答1:

select * from 某表

回答2:

select * from tablename