Re: [GENERAL] accessing table in LIFO order

2008-06-07 Thread Scott Marlowe
On Fri, Jun 6, 2008 at 3:46 PM, Ethan Collins <[EMAIL PROTECTED]> wrote: > I have got a table that holds 2 columns: date_id and info. date_id is > bigint, created as, for eg. 17 May 2008, 19:05 hrs => 200805171905. This > table is populated with {date, info} pair that I receive frequently. AND > th

[GENERAL] accessing table in LIFO order

2008-06-07 Thread Ethan Collins
I have got a table that holds 2 columns: date_id and info. date_id is bigint, created as, for eg. 17 May 2008, 19:05 hrs => 200805171905. This table is populated with {date, info} pair that I receive frequently. AND there can be mltiple such entries with a single date_id but varying info, for eg. 2

[GENERAL] accessing table in LIFO order

2008-06-07 Thread Ethan Collins
I have got a table that holds 2 columns: date_id and info. date_id is bigint, created as, for eg. 17 May 2008, 19:05 hrs => 200805171905. This table is populated with {date, info} pair that I receive frequently. AND there can be mltiple such entries with a single date_id but varying info, for eg. 2