Bugs item #2812504, was opened at 2009-06-26 03:44
Message generated for change (Tracker Item Submitted) made by skinkie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812504&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: SQL CVS Head
Status: Open
Resolution: None
Priority: 5
Private: Yes
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: MALException:opt.remap:Not yet implemented

Initial Comment:
CREATE TABLE "sys"."kvk" (
        "kvk" bigint,
        "bedrijfsnaam" varchar(255),
        "adres" varchar(64),
        "postcode" varchar(6),
        "plaats" varchar(32),
        "type" varchar(16)
);

CREATE TABLE "sys"."anbi" (
        "naam" varchar(256),
        "vestigingsplaats" varchar(32),
        "beschikking" date,
        "intrekking" date
);

select * from kvk,anbi where lower(naam) = lower(bedrijfsnaam) and 
(vestigingsplaats = 'DEN HAAG' or vestigingsplaats LIKE '%GRAVE%');

!MALException:opt.remap:Not yet implemented

(first run gives more output)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812504&group_id=56967

------------------------------------------------------------------------------
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to