Hello everyone,
I have to query a table according to the current item being fetched in the select statement.
What I meant, I want to form the name of the table and query it on runtime. For example, there is an item that comes from items table and it has a title and there is a table has the name : units_{title} contains informations about these kind of items.
Is there any ideas to do that with mysql statement without the need to do PHP code?
Thanks