On Sep 30, 2013, at 16:41, Gijs Molenaar wrote:
Hi MonetDB people,
I encountered this TODO message while running a query:
sql>SELECT objects.name more> FROM sys.keys, sys.objects, sys.tables, sys.schemas more> WHERE sys.keys.id = objects.id more> AND keys.table_id = tables.id more> AND tables.schema_id = schemas.id more> AND keys.type = 0 more> AND tables.id = 11323; TODO: column names of level >= 3
True, I have seen this TODO msg somewhere in the SQL code. Just replace sys.keys.id with keys.id
-- Gijs Molenaar http://www.astro.uva.nl/people/gijs-molenaar/
_______________________________________________ developers-list mailing list developers-list@monetdb.org https://www.monetdb.org/mailman/listinfo/developers-list