create function jc(@m int,@n int)
returns int
as
begin
declare @x int
set @x=(select dbo.jiecheng(@m)/
((select dbo.jiecheng(@n))* (select dbo.jiecheng(@m-@n))))
return @x
end
為什么呼叫這個函式之后無結果顯示
uj5u.com熱心網友回復:
在資料庫直接呼叫有效果嗎?SELECT dbo.jc(1,2)
uj5u.com熱心網友回復:
沒有結果,顯示的是null轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/109050.html
標籤:疑難問題
上一篇:sql中用正則提取IP和埠
