vanleurth Posted November 8, 2010 Share Posted November 8, 2010 Hello, Currently I'm using phpadmin to create my queries and copy and paste into my code. I was wondering if there is a visual query building in the market I can use to build complex queries by connecting table and having the software build the sql statement for me? Similar to MS Access query builder but for php? Quote Link to comment https://forums.phpfreaks.com/topic/218071-visual-mysql-php-query-builder/ Share on other sites More sharing options...
thehippy Posted November 8, 2010 Share Posted November 8, 2010 MySQL Workbench comes to mind, but it's not as visual as the MS Access or MSSQL query builder, but it is free. It's more of an intellisense IDE when it comes to query building. SQLMaestro has Code Factory for MySQL, which isn't quite up to the visual design of MS's query builder but close and it's fairly inexpensive. And what I currently use is Navicat for MySQL, is designed as more of a DBA tool and is a bit more expensive, but worth it IMO. Those are the tools I've used, I'm sure there's more just google for mysql query builder. Quote Link to comment https://forums.phpfreaks.com/topic/218071-visual-mysql-php-query-builder/#findComment-1131745 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.