(SOLVED) MYSQL: how to get the list of all the fields produced by a SELECT?
I need to know, given a MySQL SELECT, no matter how complex is and how many tables are joined, if there is a way to get the list of the fields resulting, especially if there are asterisks instead of the…