简体   繁体   English

将单个值选择为多行 oracle sql

[英]select single value into multi rows oracle sql

I want to select one value and retrieve it into multi rows i tried to search about this case but i didn't find the write way to sole it and我想选择一个值并将其检索到多行中 我试图搜索这个案例,但我没有找到唯一的写入方式

and finaly sorry for my English最后对不起我的英语

尝试select your_value, t.* from table t

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM