Select * from oinv T0 where T0.[DocDate] >=[%0] AND T0.[DocDate] <=[%1]
If you remove the condition part the query will work fine.
Your urgent reply will be appreciated.
Select * from oinv T0 where T0.[DocDate] >=[%0] AND T0.[DocDate] <=[%1]
If you remove the condition part the query will work fine.
Your urgent reply will be appreciated.