能否在from 之后加 case when 语句?
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/16 03:33:30
能否在from 之后加 case when 语句?
实现如下需求如不美观table1的col1字段 值为 1,年夜test1表中取数据如不美观table1的col1字段 值为 2,年夜test2表中取数据create table test1( col int);insert test1 (col) values(10);create table test2( col int);insert test2 (col) values(20);create table table1( col1 int, col2 int, col3 int, col int);insert table1 (col1) values(1);--如不美观table1的col1字段 值为 1,年夜test1表中取数据--如不美观table1的col1字段 值为 2,年夜test2表中取数据declare @tempid intselect @tempid = col1 from table1-- 下面代码无法使用-- select * from (case when @tempid = 1 then test1 else test2 end)
能否在from 之后加 case when 语句?
SQL语句case when
case when 语句
sql语句 case when or
case when语句结尾用end 还是end case
vhdl 并行语句进程语句,case语句,元件例化语句,when.else语句,哪个不是并行语句
case when 语句怎么写,举个例子
ruby,一个简单的case when结构语句
Do you know when tom will come from abroad?为何will在tom之后?
select case 语句怎么判断在某两个值之间
switch case语句题目
这语句什么意思select * from [Feedbacks] where QId=3 order by case w