Does anyone know how to tell me a database manager where I can assemble more complex queries without having to type the query? Just by clicking where I want to do a SELECT for example?
I need to make multiple queries that involve a SELECT in several tables at the same time using INNER JOIN but my knowledge in SQL is minimal. What I wanted was to be able to click on the columns of the tables in which I want to do the select and the application mount the query for me, which I do not have in the PhpMyAdmin I'm currently using.