Subject Re: [firebird-support] Using field alias in having clause
Author Ismael L. Donis García
You take the place of

"SELECT E_TOK, E_VAL, count(*) as ent_count
FROM ENUM
group by E_TOK, E_VAL
having ent_count > 1"


FOR

"SELECT E_TOK, E_VAL, count(*) as ent_count
FROM ENUM
group by E_TOK, E_VAL
having count(*) > 1"


=========
¦¦ ISMAEL ¦¦
=========

[Non-text portions of this message have been removed]