How can we help you today? How can we help you today?

access results from SQL query inside python generator scripts

I have 2 tables with A and B having some data. I added 100 records to tableA. Now i need to access newly added 100 records from table A in tableB and use them in python script. Let me know how it can be fulfilled.
rohit sukumaran
0

Comments

1 comment

  • Sergio R
    You can possibly use a sql statement to pull the data from one table into a column of the other then run python against that column
    Sergio R
    0

Add comment

Please sign in to leave a comment.