Groups | Blog | Home
all groups > sql server mseq > june 2004 >

sql server mseq : How to query non mutiple rows in one cuolumn?


new
6/4/2004 11:24:53 AM
I have one column name "pbulishID", I need retrun the row
only one publishID, not mutiple publishID.
Hugo Kornelis
6/4/2004 11:28:58 PM
[quoted text, click to view]

SELECT DISTINCT publishID
FROM MyTable


Best, Hugo
--

AddThis Social Bookmark Button