Going to the "employee" page as a manager, I get always
this error:
Can't execute statement: Unknown column 'm.maxweek' in
'on clause'
Select w.userid, w.timebank, t.week
From maxweek_view m, weeks w LEFT OUTER
JOIN timebank t ON ( (t.year*100+t.week) = m.maxweek
AND t.userid = w.userid)
Where (m.userid = w.userid) And m.maxweek
= (w.year*100+w.week)
Using Rodeo 1.0 with MySQL 5.0.24 and perl 5.8.8 on
Debian etch.
Regards, Adrian.
Nobody/Anonymous ( nobody ) - 2006-09-06 16:19
5
Open
None
Nobody/Anonymous
None
v1.0 (example)
Public
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use