Hi All,
I have a sql query specific to informix and syntactically not valid in MS SQL Server.
The sql query is,
select supplier,dated,item,type,reference,local_amount from payments p
where p.supplier=:supplier order by dated
I need you help to convert that sql query to MS SQL Server understandable query.
Thanks