On Sun, 12 Nov 2006, Igor Tandetnik wrote:

> Ralph Wetzel <[EMAIL PROTECTED]> wrote:
> > might it be possible, that someone explains, why anyone would put
> > effort in this task? Aren't databases designed to keep data in whatever
> > order... :-?
> 
> Imagine you want to store playlists in the database (lists of songs to play).
> You may want to allow the user to specify which order the songs are to be
> played in, which may or may not be the order they were added to the playlist.
> Exercise for the reader: design database schema for this application.
> 
> Igor Tandetnik 
> 
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
> 
> 

Add another column for the play list order and "order by" on that column.


You have to be BRAVE to grow OLD.
There are no old CARELESS pilots or electricians.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to