Loading TOC...

sql.columnID

sql.columnID(
   schema as String,
   view as String,
   column as 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","Authors","LastName")
=>
2991075902483323029

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