"Mike McGonagle" <[email protected]> wrote
in message
news:[email protected]
> Thanks for the advice, everyone was a help in this...
>
> On Mon, Jan 12, 2009 at 6:41 PM, Igor Tandetnik > Why do you want to
> create a bunch of identical tables in the first
>> place? What are you trying to achieve?
>
> I am working with Multimedia stuff, and each table, while holding the
> same fields, are used to represent different time frames of the larger
> work.

How about

create table work(timeframe int, x double, y double);

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to