| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Pintér Tibor | Date: | December 16 2006 9:53pm |
| Subject: | Re: Sort Select by List | ||
| View as plain text | |||
Keith Spiller írta: > Hello, > > RE: Sort Select by List > > I'm wondering how I would turn three different queries: > > SELECT * FROM team WHERE office = 'Exec' > SELECT * FROM team WHERE office = 'VP' > SELECT * FROM team WHERE office = 'Dir' > > Into one query with the sort order of office = 'Exec', 'VP', 'Dir'... > Thanks, > > > Keith > order by right(office,1) or make an extra column for ordering t
| Thread | ||
|---|---|---|
| • Sort Select by List | Keith Spiller | 16 Dec |
| • Re: Sort Select by List | Keith Spiller | 16 Dec |
| • Re: Sort Select by List | Pintér Tibor | 16 Dec |
| • Re: Sort Select by List | Mark Leith | 16 Dec |
| • Re: Sort Select by List | Dan Nelson | 17 Dec |
| • Re: Sort Select by List | Dan Nelson | 17 Dec |
| • Re: Sort Select by List | Mark Leith | 17 Dec |
| • Re: Sort Select by List | Keith Spiller | 17 Dec |
