Results 1 to 1 of 1
-
17th Mar 2014, 05:21 PM #1
Running SQL queries on a database with phpMyAdmin
Now let's learn how to run SQL queries on a database
Click the database table you wish to run a SQL query on
As demonstrated in another tutorial, you can delete (or drop) a field from a table by selecting it here then clicking the drop icon here
In this tutorial however, let's demonstrate how to delete this address field using pure SQL commands
Click the SQL button here
Then type the SQL command to delete the address field from the details table. Click Go when finished
That's it! the SQL command has been executed. Let's go take a look
The address field is no longer in our details table
You can also click the SQL button directly from the table view (instead of from the database view which is what we did).....
..... doing so presents a SQL query window that is partially filled in
For more information on learning about SQL query syntax, visit the MySQL documentation available here
This is the end of the tutorial. You now know how to run SQL queries on a database using phpMyAdminAreon Reviewed by Areon on . Running SQL queries on a database with phpMyAdmin Now let's learn how to run SQL queries on a database Click the database table you wish to run a SQL query on http://www.besthostingforums.com/images/cdn/besthostingforums.com/2014/03/frame02_1-26.png As demonstrated in another tutorial, you can delete (or drop) a field from a table by selecting it here then clicking the drop icon here http://www.besthostingforums.com/images/cdn/besthostingforums.com/2014/03/frame03_1-41.png In this tutorial however, let's demonstrate how to delete this Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Renaming database tables with phpMyAdmin
By Areon in forum Server ManagementReplies: 0Last Post: 17th Mar 2014, 05:20 PM -
Inserting fields into database tables with phpMyAdmin
By Areon in forum Server ManagementReplies: 0Last Post: 17th Mar 2014, 05:19 PM -
Creating tables in a database with phpMyAdmin
By Areon in forum Server ManagementReplies: 0Last Post: 17th Mar 2014, 05:15 PM -
Copying a database table with phpMyAdmin
By Areon in forum Server ManagementReplies: 0Last Post: 17th Mar 2014, 05:15 PM -
Database copy in phpmyadmin
By neilbla in forum Webmaster DiscussionReplies: 1Last Post: 15th Nov 2010, 03:28 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...