Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Filter by
Sorted by
Tagged with
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, ...
lese's user avatar
  • 145
2 votes
2 answers
105 views

Query of users for some age, gender, and state, using a subselect

I have this query: ...
user2907171's user avatar