News

Go to 'Run SQL' on any database Paste a query with Sub-Select (I do not know if all sub selects fails, here is an example of one that does): SELECT client . id AS client_id, client . name as ...
Django ORM is pretty awesome however it has some limitations. One of such limitations is the ability to use sub-queries. Actually thats not 100% true since Django ORM can use nested queries however ...