2
Answers

Correct way of Enclosure

Ramco Ramco

Ramco Ramco

3y
643
1

Hi

Is this correct way to enclose Dates & columns etc

SET @Where = @Where + ' NOT(T1.U_APDE = ''N'' AND T1.U_ARDE = ''N'') and (T1.U_ItemCode is not null) and (T0.U_DATE BETWEEN ''2021-03-01'' and ''2021-03-31'') '

Thanks

Answers (2)