On 9/28/05, Ivo Kulms <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> Is it possible in sqlite to work with case-sensitive table- and column
> names?
>
> (Sorry if this has been already answered somewhere in the documentation, but
> I did not seem to find it.)

Fortunately, sqlite is (mostly) standards based and if you want this
particular abomination, you put your table and column names in double
quotes.

SELECT "SillyColumn"
  FROM "SillyTable"

-austin
--
Austin Ziegler * [EMAIL PROTECTED]
               * Alternate: [EMAIL PROTECTED]

Reply via email to