Forum OpenACS Q&A: Re: Problem ordering ad_table

Collapse
Posted by Nick Carroll on
Hi Andrew,

The sql query in the error log is as follows...

select id, summary, date from messages
where 1=1
limit 10

There seems to be no "order by" clause added to the query.