字体:大 中 小
护眼
关灯
上一章
目录
下一章
第239章你不会和星兽那个了吧 (5 / 7)
when obj.type in ('AF') then @uda
when obj.type in ('TF', 'FN', 'IF', 'FS', 'FT') then @udf
when obj.type = 'D' then @def
when obj.type = 'SN' then @synonym
else @obj
end
from sys.objects as obj where obj.object_id = dep.referencing_id)
when 6 then (select
case when (tp.is_assembly_type = 1) then @udt
when (tp.is_table_type = 1) then @udtt
else @uddt
end
from sys.types as tp where tp.user_type_id = dep.referencing_id)
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章