Mike McGonagle <mjm...@gmail.com> wrote:
> I want to be able to create some tables dynamically (same structure,
> different name), and I thought this might work...
>
> CREATE TABLE ?1 (x double, y double);

Parameters can only appear where a literal could legally appear.

Why do you want to create a bunch of identical tables in the first 
place? What are you trying to achieve?

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to