Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30828

Modified Files:
        sql_parser.mx 
Log Message:
Implemented SELECT INTO <table> DEFAULT VALUES.


U sql_parser.mx
Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- sql_parser.mx       7 Sep 2008 21:48:50 -0000       1.290
+++ sql_parser.mx       9 Sep 2008 13:28:49 -0000       1.291
@@ -2596,6 +2596,8 @@
 values_or_query_spec:
 /* empty values list */
                { $$ = _symbol_create_list( SQL_VALUES, L()); }
+ |   DEFAULT VALUES
+               { $$ = _symbol_create_list( SQL_VALUES, L()); }
  |   VALUES row_commalist
                { $$ = _symbol_create_list( SQL_VALUES, $2); }
  |  select_no_parens_orderby


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to