Commit bddbb722 by Juan

prueva

1 parent 421d5fee
Showing 1 changed file with 3 additions and 2 deletions
......@@ -15,5 +15,6 @@ db.SELECT = """SELECT dom.name as dominio, pf.create_date, pf.pfs_fecha, cli.nam
LEFT JOIN
koozo_localidad AS loc ON loc.id = cli.par_loc_id OR loc.id = pf.pfs_loc_id
) WHERE pf."tws_Tipo" = 'cent' AND pf.create_date >= '01/01/2019 12:00:00 AM' AND pf.create_date <= '01/02/2019 12:00:00 AM'"""
print(db.resultado)
db.Leer()
\ No newline at end of file
db.Leer()
print(db.resultado)
\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!