
sql.columnID( schema as String, view as String, column as 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","Authors","LastName")
=>
2991075902483323029
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.