On 09/08/2019 09:54, mhysnm1...@gmail.com wrote:

> updates and insertions. I have multiple tables with the same structure with
> different names.

Umm, why?
Assuming by structure you mean they have the same fields
then that's usually a bad design decision.
Why not have one table with an attribute "name" or "Type"
or similar?

That should greatly simplify your code.

If that's not what you mean by the same structure you need
to give us a little more detail. Not necessarily the full
descriptions but some simplified examples maybe?


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to