LOCKING FOR ACCESS
Some parts in the output code are omitted for clarity reasons.
Non-relevant statement.
Notice that this statement is removed from the migration because it is a non-relevant syntax. It means that it is not required in Snowflake.
Description
The functionality of locking a row in Teradata is related to the access and the privileges. Revire the following documentation to know more.
Sample Source Patterns
Locking row
Notice that in this example the LOCKING ROW FOR ACCESS
has been deleted. This is because Snowflake handles accesses with roles and privileges. The statement is not required.
IN -> Teradata_01.sql
OUT -> Teradata_01.sql
Known Issues
No issues were found.
Related EWIs
SSC-FDM-0001: Views selecting all columns from a single table are not required in Snowflake.
SSC-FDM-0007: Element with missing dependencies.
Last updated