I have a problem whith group by and aliases
select s1.channelname as channelname, s1.id as channelid,
count(*) as anz from mgw_news n left join mgw_news_channels s1 on
n.channelid = s1.id group by channelid, channelname order by channelid,
channelname
this runs under mysql and postgresql seems not to accept aliases in
group by
cause when i'm changing channelid to s1.id it works perfectly
is anyone working on that?
I didn't see this in the TODO list
With whom can I talk about this problem?
regards Ewald Geschwinde