Re: Conver sql to orm django

2014-06-16 Thread Erik Cederstrand
Den 16/06/2014 kl. 20.49 skrev jose alejandro hernandez rosales : > Hi , everyone i have a little problem, how do I convert this sql sentence to > ORM? > > SELECT * FROM CLIENTS > LEFT JOIN rutas ON > clientes.ruta_id = rutas.ID > LLEFT JOIN repartidores ON > clientes.ruta_id = repartidores.rut

Conver sql to orm django

2014-06-16 Thread jose alejandro hernandez rosales
Hi , everyone i have a little problem, how do I convert this sql sentence to ORM? SELECT * FROM CLIENTS LEFT JOIN rutas ON clientes.ruta_id = rutas.ID LLEFT JOIN repartidores ON clientes.ruta_id = repartidores.ruta_id -- You received this message because you are subscribed to the Google Groups