select `user`,`attId`,`page`,`filename`,`filesize`,`filetype`,`hits`,`created`,`comment` from `tiki_wiki_attachments` where `page`=? order by `size` desc
Values:
0
Project Consultants
Message:
Unknown column 'size' in 'order clause'
Built query was probably:
select `user`,`attId`,`page`,`filename`,`filesize`,`filetype`,`hits`,`created`,`comment` from `tiki_wiki_attachments` where `page`='Project Consultants' order by `size` desc