Re: Selecting my data first
- Date: Mon, 12 May 2008 11:56:52 -0700
- From: "Omni Adams" <omni.digitaldarkness@xxxxxxxxx>
- Subject: Re: Selecting my data first
On Mon, May 12, 2008 at 11:36 AM, Jake Conk <jake.conk@xxxxxxxxx> wrote: > > SELECT * FROM whiles WHERE owner_id=<my_id> first THEN SELECT * FROM > files ORDER by file_id > Would this work? SELECT * FROM whiles WHERE owner_id = <my_id> ORDER BY owner_id = <my_id> DESC, file_id
- References:
- Selecting my data first
- From: Jake Conk
- Selecting my data first
- Prev by Date: Re: Selecting my data first
- Next by Date: Re: Selecting my data first
- Previous by thread: Re: Selecting my data first
- Next by thread: Re: Selecting my data first
- Index(es):