I have a database with spectral numerical data, so tables have 3 clumns and 2048 lines each, I want to search for a threshold value in one of the columns in all tables (about 30k) and get the name of that table. this will help me to analyse data faster, this is no production server and mysqldump is not an option and phpmyadmin is not working.
I really don't know where to start here but if I can get some help or hint I can probably get the rest working, I'm more a physicist than developer but can work with sql and python.
Thanks to everyone.
I read a lot of posts and really don't know how to get started with this