>> Two questions: Am I safe in assuming this represents the entire set of >> keywords >> in SQLite? >> >> And why does TK_JOIN_KW, appear in there so many times? >> > >The mapping from token codes to keywords is not >one-to-one, as the TK_JOIN_KW code illustrates. >To get a list of keywords, it is better to consult >mkkeywordhash.c. >http://www.sqlite.org/cvstrac/getfile/sqlite/tool/mkkeywordhash.c > >-- >D. Richard Hipp <[EMAIL PROTECTED]>
Thanks, Richard. Substantial differences. Nathan Hawking

