mevdschee / php-crud-api

Single file PHP script that adds a REST API to a SQL database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort joined table

MaccerC opened this issue · comments

Hi,
Is it possible to sort on a column of a joined table? If so, how can I achieve that?

No, you can hover reverse the query (join in the other direction) and sort.