I have two tables in SQL Server, one is my main table called permits, the other is new permits which I have created from CSV using python. Is there a way to insert the rows from new permits into the permits table with python? both are point feature classes. I know how to do this with and SQL query, but I'm not sure of the the approach in python.
↧