D. Richard Hipp wrote:

> The rule in SQLite is
> that a column name (or table name) can be any sequence of
> characters that does not include US-ASCII punctuation or
> control characters and does not begin with a digit.

It is cool! I have not seen this in SQLite documentation

> Note also that if you names do include punctuation, then you
> can enclose them in [...] instead of "..." and they will
> never be mistaken for literals.

Yes, it solves the problem completely.

Thanks for response!


Best regards,
 Alexander                            mailto:[EMAIL PROTECTED]

Reply via email to