Friday, February 24, 2012

How to query non mutiple rows in one cuolumn?

I have one column name "pbulishID", I need retrun the row
only one publishID, not mutiple publishID.
Thanks all reply.
On Fri, 4 Jun 2004 11:24:53 -0700, new wrote:

>I have one column name "pbulishID", I need retrun the row
>only one publishID, not mutiple publishID.
>Thanks all reply.
SELECT DISTINCT publishID
FROM MyTable
Best, Hugo
(Remove _NO_ and _SPAM_ to get my e-mail address)

No comments:

Post a Comment