All Questions
2 questions
2
votes
2
answers
2k
views
Database migration script
I'm working on a database migration script written in python, which will take data from a MySQL database and insert them into a PostgreSQL database with a different Schema (different table structures, ...
2
votes
2
answers
105
views
Query of users for some age, gender, and state, using a subselect
I have this query:
...