Alternative to PHPMyAdmin [closed]

-1

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.     

asked by anonymous 23.07.2018 / 13:33

1 answer

1

Good morning!

Try using MySQL Workbench. It is a good option for anyone who wants to exit PHPMyAdmin. I hope I have helped.

    
23.07.2018 / 15:25