SELECT *
FROM ct_factura,ct_dosificacion,ct_contrato_cuenta
WHERE ct_contrato_cuenta.n_id_factura = ct_factura.n_id
and ct_dosificacion.n_id = ct_factura.n_id_dosificacion
I have the following query, where ct_factura and ct_dosificación return...
asked by
15.02.2018 / 17:25