Bugs item #2928456, was opened at 2010-01-08 20:06
Message generated for change (Tracker Item Submitted) made by mlkersten
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2928456&group_id=56967
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Kersten (mlkersten)
Assigned to: Niels Nes (nielsnes)
Summary: SQL: copy into issues
Initial Comment:
CREATE TABLE "pages" (
"id" int NOT NULL AUTO_INCREMENT,
"page" varchar(1024) NOT NULL,
PRIMARY KEY ("id")
);
An input file with just the information should be sufficient, e.g.
copy records into pages(page) from 'file';
should be sufficient.
Also, the copy code does not require key constraint check
to he generated.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2928456&group_id=56967
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs