Using Extracts in Model
- Last UpdatedJan 26, 2022
- 1 minute read
A useful querying command when using extracts in Model is:
Q DBNAME
This command will return the name of the database that you are actually writing to. If the extract is a working extract, then the name of the parent extract is returned.
Another useful querying command is:
Q WDBNAME
This command will return the name of the working extract that you are actually writing to, if there is a working extract. If there is no working extract, then the result is the same as for Q DBNAME.