Subject | upgrade to v2.1 -> Column unknown |
---|---|
Author | Sergio H. Gonzalez |
Post date | 2008-05-29T21:23:24Z |
Hello, I'm curious about this... I've just upgraded from v1.5 to 2.1 and this simple query that use to run, now gives an error.
SELECT
S.ID,
S.DESCRIPCION
FROM
STOCK S
WHERE
UPPER("STOCK"."DESCRIPCION") STARTING WITH 'CPU'
Column unknown.
STOCK.DESCRIPCION.
Was the previous behaviour wrong?
Thanks!
-sergio
[Non-text portions of this message have been removed]
SELECT
S.ID,
S.DESCRIPCION
FROM
STOCK S
WHERE
UPPER("STOCK"."DESCRIPCION") STARTING WITH 'CPU'
Column unknown.
STOCK.DESCRIPCION.
Was the previous behaviour wrong?
Thanks!
-sergio
[Non-text portions of this message have been removed]