[GRASS-SVN] r36579 - grass/trunk/db/drivers/dbf
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 3 04:09:12 EDT 2009
Author: neteler
Date: 2009-04-03 04:09:12 -0400 (Fri, 03 Apr 2009)
New Revision: 36579
Modified:
grass/trunk/db/drivers/dbf/grass-dbf.html
Log:
+ORDER BY
Modified: grass/trunk/db/drivers/dbf/grass-dbf.html
===================================================================
--- grass/trunk/db/drivers/dbf/grass-dbf.html 2009-04-03 08:09:05 UTC (rev 36578)
+++ grass/trunk/db/drivers/dbf/grass-dbf.html 2009-04-03 08:09:12 UTC (rev 36579)
@@ -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