How can I do this paging with Mysql [closed]

1

Well my question is the following. I have 3 tables, product table, product type, category. The Product table is related to the product type table, and the product type table with Category. How can I page a list of products by category? The logic I have, step id Category, brings the list of types that have that category, then I bring all the products that correspond to those types.

    
asked by Cristian Sayd 04.10.2017 в 15:21
source

0 answers