简体   繁体   中英

SQL Query Builder for PHP

I am a real dummie when it comes to SQL. Does anyone have a tool maybe that I could select what I want to do and have it output the sql query?

Thanks, Blake

我会调查phpMyAdmin, http: //www.phpmyadmin.net/home_page/index.php

MySQL workbench (Look inside the mysql.com) is a free tool and generates the whole sql code for you. Also phpMyAdmin do the job, but they are different tools for different reasons.

Navicat (the database manager) outputs the SQL in the bottom of the window. This is true for deletion, insertion, ordering, etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM