Hello,
Try the next code:
Code: |
{arijtablesorter paging="true"}
{arisqltable}
{arisqltablequery}
SELECT
P.omschrijving,
B.dagprijs,
B.weekprijs,
P.dagprijs,
P.weekprijs
FROM
#__prijzen_bols B INNER JOIN #__prijzen P
ON B.omschrijving = P.omschrijving
WHERE
P.omschrijving LIKE 'aggre%'
{/arisqltablequery}
{/arisqltable}
{/arijtablesorter}
|
If it doesn't help provide screenshots of "ARI SQL Table" and "ARI JTableSorter" plugins settings page or a temporary access to your J! backend by
email so we can investigate an issue.
Regards,
ARI Soft