MySQL Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by t.author asc' at line 6 | SQL-Query: | select t.*
from ref_testimonials t
cross join ref_works w on w.id = t.work_id
cross join ref_clients c on c.id = w.client_id
where c.id =
order by t.author asc | | FILE: | /home/web/1143311125320885243312/htdocs/werbeagentur/ref_client.php
| | Line: | 34
| | Function: |
| |