标签: sql oracle
我想选择一个值并将其检索到多行我试图搜索这个案例,但我没有找到写作方式来单独和
最后抱歉我的英文
答案 0 :(得分:0)
尝试select your_value, t.* from table t
select your_value, t.* from table t