DocumentID



The DocumentID function returns the internal identifier for a document in a schema document page.


String DocumentID(String schemaAlias)


%%round-pushpin%% Selects the Document ID of the documents in the FlatTranslate schema.
SELECT
    DocumentID('ft') as ID
FROM
    WordList:FlatTranslate as ft
WHERE
    ft.English LIKE '%cats'




Home
The home page
SQL :: Checksum
Generates a checksum value based on the data within documents of a specified schema.
SQL :: Concat
Merges or concatenates the values of text fields from documents within a specified schema.
SQL :: DateTime
Gets the local date and time with an optional format string.
SQL :: DateTimeUTC
Gets the UTC/GMT date and time with an optional format string.
SQL :: DocumentPage
Returns the internal page number that contains the document in a schema.
SQL :: DocumentUID
Returns the internal unique identifier for a document in a schema.
SQL :: Guid
Generates a GUID (globally unique identifier).
SQL :: IIF
Returns one of two specified values depending on whether a given condition
SQL :: IndexOf
Gets the position of one string in another string.