sql select statement based on distinct column values....

Posted by chandru_cp on Stack Overflow See other posts from Stack Overflow or by chandru_cp
Published on 2010-05-24T08:02:04Z Indexed on 2010/05/24 8:11 UTC
Read the original article Hit count: 240

select distinct * from Drivers where IsDeleted=0 gives me this,

Table

I want select * based on distinct DriverMobNo column

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about select