Home:ALL Converter>OIDs in MonetDB

OIDs in MonetDB

Ask Time:2014-06-25T04:13:17         Author:TR.

Json Formatter

Is there a way to query the OIDs in MonetDB using SQL? That is, I'd like to do something along the lines of

SELECT <oid>, <column 1>, ..., <column N> FROM <table>

and

SELECT * FROM <table> WHERE <oid> IN (...)

I looked through the documentation and source examples, but found no mention to querying OIDs or even if the OIDs are accessible in MonetDB/SQL.

Author:TR.,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24395450/oids-in-monetdb
yy