Skip to content

Commit

Permalink
update directive was documented wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 2, 2008
1 parent 881cad2 commit af6d8c3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -72,7 +72,7 @@
</varlistentry>
<varlistentry>
<term>
<command>update {old key value...},{new column value...}</command>
<command>update {new column value...},{old key value...}</command>
</term>
<listitem>
<para>
Expand Down Expand Up @@ -104,7 +104,7 @@ columns, item_id, price_id, name
insert, 110000055, 55, "Soft Drink"
delete, 110000001
table, item_selling_price
update, 55, 55, 0.75, 0.65]]>
update, 55, 0.75, 0.65, 55]]>
</programlisting>
</example>
</appendix>

0 comments on commit af6d8c3

Please sign in to comment.