Select Distinct

  • Hi all,

    I have a table [paper] with the columns,

    [paper_id(key,identity)][name][style][weight]...

    The [name] column contains paper types e.g (Graphomatt,Mediaprint GI). These paper types are repeated but I need only one of each to put in a select box.

    Any ideas?

    Wade Montague

    Edited by - wade on 02/22/2002 04:00:36 AM

  • SELECT DISTINCT [name] FROM [paper]

    Unless there is something I don't get here.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • sorry me being a muppit.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply