Activity overview
Latest activity by rohit sukumaran
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 c...