[GRASS-SVN] r36578 - grass/branches/releasebranch_6_4/db/drivers/dbf

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 3 04:09:05 EDT 2009


Author: neteler
Date: 2009-04-03 04:09:05 -0400 (Fri, 03 Apr 2009)
New Revision: 36578

Modified:
   grass/branches/releasebranch_6_4/db/drivers/dbf/grass-dbf.html
Log:
+ORDER BY

Modified: grass/branches/releasebranch_6_4/db/drivers/dbf/grass-dbf.html
===================================================================
--- grass/branches/releasebranch_6_4/db/drivers/dbf/grass-dbf.html	2009-04-03 08:07:48 UTC (rev 36577)
+++ grass/branches/releasebranch_6_4/db/drivers/dbf/grass-dbf.html	2009-04-03 08:09:05 UTC (rev 36578)
@@ -44,6 +44,7 @@
   DROP TABLE table
   SELECT columns FROM table
   SELECT columns FROM table WHERE condition
+  SELECT columns FROM table ORDER BY column
   DELETE FROM table
   DELETE FROM table WHERE condition
   INSERT INTO table VALUES (value1[,value2,...])
@@ -80,6 +81,8 @@
 
 <p> NULLs can be tested by 'colname IS NULL' in conditions. The negation is 'colname NOT NULL'.</p>
 
+<p> Sorting: Empty fields in a character column are sorted to the end.</p>
+
 <h2>ERROR MESSAGES</h2>
 
 An error message such as:



More information about the grass-commit mailing list