using sql server 2008 I have an if statement where I am checking for null like this IF @ProductID IS NOT NULL BEGIN --do something here END ...
確定! 回上一頁