We are moving from an Informix DB/Stored Procedures to a Vertica DB/Python environment. I am not sure how to even start since the Vertica DB is new and we have NO training in Python. Here is a basic scenario:
I have two tables and one table will update the other based on certain conditions. In a stored procedure, this is relatively simple! How would I begin this in a Python script? With a cursor? Using a dictionary?
Any help would be greatly appreciated!!!
Thanks,
CVez