#1
| |||
| |||
MySQL UPDATE Query I want information about update Query in My SQL As i want to change name of Student from Student table. I tried to run queries but it didn't work can some one help me ? Thanks |
#2
| |||
| |||
Re: Information about MySQL UPDATE Query You modify table by using SQL UPDATE command. This will modify any field value of any MySQL table. Here is generic SQL syntax of UPDATE command to modify data into MySQL table: Quote:
|
#3
| |||
| |||
Re: Information about MySQL UPDATE Query Updating Data from Command Prompt: This will use SQL UPDATE command with WHERE clause to update selected data into MySQL table. Quote:
|
![]() |
|
Tags: mysql, update |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
MySQL query in a query | Rail racer | Software Development | 3 | 21-07-2009 07:06 PM |
Turn on MySQL query cache to speed up query performance | DMA2Superman | Software Development | 3 | 07-07-2009 10:26 AM |
Use variables in a MySQL query | Chrisch | Software Development | 3 | 25-04-2009 12:11 PM |
MySQL IF ELSE in Query | Ryder | Software Development | 3 | 27-03-2009 05:24 PM |
MySQL Query Analyzer | Jesse Bas | Software Development | 1 | 25-11-2008 07:21 PM |