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: 307
select distinct * from Drivers where IsDeleted=0 gives me this,

I want select * based on distinct DriverMobNo column
© Stack Overflow or respective owner