Pick up all product tables and move in only one

-1

Type I have the bank products and the tables, I want all these tables to be in just one how can I make it easier?

    
asked by anonymous 25.11.2017 / 23:53

1 answer

1

You can do this using the JOIN command in SQL as shown in the example: link

And if you want to do the same, using PHP, just run a sql query (the join, in this case) in the PDO.

    
26.11.2017 / 01:11