selecting one column from a table

Posts   
 
    
Bexm
User
Posts: 8
Joined: 23-May-2007
# Posted on: 31-May-2007 15:05:36   

Hello

Is there a way of selecting just one column from a table and grouping by it? Eg

_select Town from address group by Town _

So I can just get a list of towns in the table?

Thanks

Bex

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 31-May-2007 15:30:27   

Please refer to the following section in the manual (you will find an example there): Using the generated code ->Adapter/SelfServicing -> Using TypedViews, TypedLists & Dynamic Lists -> Using dynamic lists