Loading TOC...

sql:columnID

sql:columnID(
   $schema as xs:string,
   $view as xs:string,
   $column as xs:string
) as sql:columnID

Summary

Returns the column ID from a schema name, a view name and a column name.

Parameters
schema The schema name.
view The view name.
column The column name.

Example

sql:columnID("medline","Publications","ISSN");
=>
sql:columnID(2991075902483323029)

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.