MyJgui logoCross-platform graphical MySql client/front-end
MyJgui -> Support -> Short sql help -> Update command syntax

Update command syntax

Attention: open in a new window. PDFPrint

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.


 

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