good what happens is that I have a problem to consult a table, I have the typical table products and category where id_categoria
would be the attribute that relates the tables
I do not know if it's because the tables are related
SELECT * FROM productos
and it does not work for me
I try to do the select
without the attribute id_categoria
and if it works
but I need the query with that value
thank you very much for your collaboration