This is not a limitation of CodeIgniter but rather of the database client libraries.
I.e., mysql_query()
can only execute a single query at a time.
Depending on the client, there are alternatives,
I.e., mysqli_multi_query()
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…