View Single Post

   
  #1 (permalink)  
Old 05-07-2008, 06:20 PM
Eugen.Konkov@aldec.com
 
Posts: n/a
Default 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
Reply With Quote