sql:columnID( $schema as xs:string, $view as xs:string, $column as xs:string ) as sql:columnID
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. |
sql:columnID("medline","Publications","ISSN"); => sql:columnID(2991075902483323029)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.