SELECT rows starting with (multiple values) FROM MySQL?
I an using c# and mysql server and i have two tables like this : table_1 +--------+----------------------+-----------+----------------+ | aut_id | aut_name | country | home_city | +--------+----------------------+-----------+----------------+ | AUT001 | William Norton | UK | Cambridge | | AUT002 |…