refresh one record
Posted: Mon 10 Dec 2007 21:15
Hello,
I have a complicated query with left join and fields like
... members.prepaymoney, date(members.lastseen) as lastdate, ...
the problem with those queries is that I cant refresh one record only. They recognize the alias "lastdate" as field and they return an error:
EMyError:
#42S22Unknown column 'lastdate' in 'field list'
version: 5.20.0.12
mysql: 5.0.41
I have a complicated query with left join and fields like
... members.prepaymoney, date(members.lastseen) as lastdate, ...
the problem with those queries is that I cant refresh one record only. They recognize the alias "lastdate" as field and they return an error:
EMyError:
#42S22Unknown column 'lastdate' in 'field list'
version: 5.20.0.12
mysql: 5.0.41