Thread
:
BUG: aliases does not work ((
View Single Post
#
1
(
permalink
)
05-07-2008, 06:20 PM
Eugen.Konkov@aldec.com
Posts: n/a
BUG: aliases does not work ((
SELECT
MIN(COALESCE(cmp_values(parent_td.value, parent_md.value, parent_cmp.value),0)) as chk_parent,
FROM some_table
having chk_parent > 0
ERROR: column "chk_parent" does not exist at character 2342
Eugen.Konkov@aldec.com