Short sql help MyJgui, cross-platform visual MySQL client/fron-end http://myjgui.com/short-sql-help/feed/atom.html 2012-02-06T08:58:50Z Joomla! 1.5 - Open Source Content Management Update command syntax 2008-03-12T17:33:33Z 2008-03-12T17:33:33Z http://myjgui.com/short-sql-help/update-command-syntax.html veron taka@centrum.sk <p class="sublevel"> <strong>Update syntax introduction</strong>:</p> <p> &nbsp;&nbsp;&nbsp; Update command alters the data contained in the table. It can change multiple columns at once and use multiple conditions.&nbsp;</p> <p> <em>&nbsp;&nbsp; </em></p> <p class="sublevel"> <strong>Update syntax introduction</strong>:</p> <p> &nbsp;&nbsp;&nbsp; Update command alters the data contained in the table. It can change multiple columns at once and use multiple conditions.&nbsp;</p> <p> <em>&nbsp;&nbsp; </em></p> Insert command syntax 2008-03-12T17:33:33Z 2008-03-12T17:33:33Z http://myjgui.com/short-sql-help/insert-command-syntax.html veron taka@centrum.sk <p class="sublevel"> <strong>Insert syntax introduction</strong>:&nbsp;</p> <p> &nbsp;&nbsp;&nbsp; Insert command is used to insert data into a table. There are three basic syntax options how to write these queries.&nbsp;</p> <p class="sublevel"> <strong>Insert syntax introduction</strong>:&nbsp;</p> <p> &nbsp;&nbsp;&nbsp; Insert command is used to insert data into a table. There are three basic syntax options how to write these queries.&nbsp;</p> Select syntax 2008-03-12T17:33:33Z 2008-03-12T17:33:33Z http://myjgui.com/short-sql-help/select-syntax.html veron taka@centrum.sk <p class="sublevel"> <strong>Select syntax introduction</strong>:</p> <p> &nbsp;</p> <p> &nbsp;&nbsp;&nbsp; Select command is used to acquire and return data from certain table. In this intro I will describe only the most elementary select statements and modifiers.</p> <p> Select syntax is very self explanatory, but you must respect positiong of all modificators (where, limit, order by, etc). When I explain the details of using a modifier I always mention the positioning of the parameter within the query.</p> <p class="sublevel"> <strong>Select syntax introduction</strong>:</p> <p> &nbsp;</p> <p> &nbsp;&nbsp;&nbsp; Select command is used to acquire and return data from certain table. In this intro I will describe only the most elementary select statements and modifiers.</p> <p> Select syntax is very self explanatory, but you must respect positiong of all modificators (where, limit, order by, etc). When I explain the details of using a modifier I always mention the positioning of the parameter within the query.</p>