Short sql helpMyJgui, cross-platform visual MySQL client/fron-endhttp://myjgui.com/short-sql-help/feed/atom.html2012-02-06T08:58:50ZJoomla! 1.5 - Open Source Content ManagementUpdate command syntax2008-03-12T17:33:33Z2008-03-12T17:33:33Zhttp://myjgui.com/short-sql-help/update-command-syntax.htmlverontaka@centrum.sk<p class="sublevel">
<strong>Update syntax introduction</strong>:</p>
<p>
Update command alters the data contained in the table. It can change multiple columns at once and use multiple conditions. </p>
<p>
<em> </em></p>
<p class="sublevel">
<strong>Update syntax introduction</strong>:</p>
<p>
Update command alters the data contained in the table. It can change multiple columns at once and use multiple conditions. </p>
<p>
<em> </em></p>
Insert command syntax2008-03-12T17:33:33Z2008-03-12T17:33:33Zhttp://myjgui.com/short-sql-help/insert-command-syntax.htmlverontaka@centrum.sk<p class="sublevel">
<strong>Insert syntax introduction</strong>: </p>
<p>
Insert command is used to insert data into a table. There are three basic syntax options how to write these queries. </p>
<p class="sublevel">
<strong>Insert syntax introduction</strong>: </p>
<p>
Insert command is used to insert data into a table. There are three basic syntax options how to write these queries. </p>
Select syntax2008-03-12T17:33:33Z2008-03-12T17:33:33Zhttp://myjgui.com/short-sql-help/select-syntax.htmlverontaka@centrum.sk<p class="sublevel">
<strong>Select syntax introduction</strong>:</p>
<p>
</p>
<p>
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>
</p>
<p>
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>