SQLite – can I use placeholder for table names? I’m looping and with each loop I manipulate data and then save it to different CSV file. Now I’m trying to do the same with SQLite. I have many tables but for sake of simplicity, lets say i have 3 tables: first_table, second_table, third_table
https://www.reddit.com/r/learnpython/comments/iqczxg/sqlite_can_i_use_placeholder_for_table_names/

