I'm trying to learn the syntax for SQLite, and I'm getting 
stuck with the type-def production in:

http://www.sqlite.org/lang_createtable.html

I read it as a type-def production is a sequence of one or 
more instances of a terminal symbol - called name, 
optionally followed by a non-terminal signed number in 
parantheses, which may optionally be followed by a comma and 
another signed number within those parantheses.

Should name not be a selection of available type names, 
instead of an iteration?

Can a type-name be followed by a signed number?

Kind Regards,

Keith Roberts

-----------------------------------------------------------------
Websites:
http://www.php-debuggers.net
http://www.karsites.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-----------------------------------------------------------------
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to