2008年10月1日 星期三

temp2

declare @result int

declare @val int

select @result='576' from 標案 where '576'= @val

if @result is not null

print ('Not Found')

else

print('Found')

沒有留言: