I have below T-SQL Code, wondering how i can get the equivalent on this in AL
DECLARE @projectvalue DECIMAL;
SET @projectvalue=20000;
SELECT ISNULL(Amount,0) FROM PROJECTS WHERE RangeFrom<=@projectvalue and RangeTo>=@projectvalue
Categories:

Report
All responses (
Answers (