Dear All !
Please Correct my SQL String.
sqlcmd = New SqlCommand("Select top 10 Distinct[Batch No], [Item Name],Decentralization, UOM, Balance from Decentralization order by Serial desc", conn)
When I run this Command I get Following error : incorrect syntax near the keyword 'Distinct'