Mysql – How to insert two values in a many-to-many relationship from a python SQL query?
I am trying to insert authors in an authors table to match sources through an association table of author_ids and source_ids in a flask website. I am using mariaDB, therefore I am aiming to have it all in one SQL…