How to correct the can't reopen table error in MySQL? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to correct the can't reopen table error in MySQL?

there is a problem coming and i'm not able to run multiple select statements in one query. please guide me how to solve it.

5th Feb 2017, 3:00 PM
Zeba
Zeba - avatar
1 ответ
0
Nest your select statements. select from tableName where Conditions, select from table2Name where Conditions 2 etc, or use joins.
5th Feb 2017, 4:28 PM
Andre van Rensburg
Andre van Rensburg - avatar