"Mike McGonagle" <mjm...@gmail.com> wrote
in message
news:370dda580901121949u3d2bf52ai87bfd7102cd7...@mail.gmail.com
> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to