Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Juan
/
asw_motor_reportes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit bddbb722
authored
2020-02-23 21:13:43 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
prueva
1 parent
421d5fee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
main.py
main.py
View file @
bddbb72
...
...
@@ -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
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment