[GRASS-SVN] r44241 - grass/branches/develbranch_6/db/base

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 7 18:02:33 EST 2010


Author: neteler
Date: 2010-11-07 15:02:33 -0800 (Sun, 07 Nov 2010)
New Revision: 44241

Modified:
   grass/branches/develbranch_6/db/base/db.select.html
Log:
HTML fix

Modified: grass/branches/develbranch_6/db/base/db.select.html
===================================================================
--- grass/branches/develbranch_6/db/base/db.select.html	2010-11-07 23:02:28 UTC (rev 44240)
+++ grass/branches/develbranch_6/db/base/db.select.html	2010-11-07 23:02:33 UTC (rev 44241)
@@ -32,7 +32,7 @@
 
 <em>Select some string attribute, exclude others:</em><br>
 <div class="code"><pre>
-echo "SELECT * FROM archsites WHERE str1 <> 'No Name'" | db.select
+echo "SELECT * FROM archsites WHERE str1 &lt;&gt; 'No Name'" | db.select
 </pre></div>
 
 <P>



More information about the grass-commit mailing list