Main menu
Update command syntax
Wednesday, 12 March 2008 18:33
Update syntax introduction:
Update command alters the data contained in the table. It can change multiple columns at once and use multiple conditions.
update tablename set col1=2, col2='string' where col0=0
This will effectively update the two mentioned columns in the row that matches the condition after the where modifier.
Latest headlines
User votes
Which MyJgui component needs most improvements?
Menus and toolbars - 0%
Database tree - 0%
SQL queries console - 0%
Data grid - 66.7%
Logging facilities - 0%
Overall performance - 0%
Memory consumption - 33.3%
Total votes: 3
The voting for this poll has ended on: 31 Dec 2011 - 00:00


