Activity overview
Latest activity by Tdoctor828
Hi
This is also a problem with Select
SELECT
ISNULL(SUM(Qty),
0)
FROM
dbo.TB_NAVI_Bin_Content
WITH ( READUNCOMMITTED )
WHERE
[Item No.] = @itemno
AND Warehouse = 2 / comments
Hi
This is also a problem with Select
SELECT
ISNULL(SUM(Qty),
0)
FROM
dbo.TB_NAVI_Bin_Content
WITH ( READUNCOMMITTED )
WHERE
[Item No.] = @itemno
AND Warehouse = 2
My thoughts are the same...
The code are much longer now...
How to fix ? / comments
My thoughts are the same...
The code are much longer now...
How to fix ?