The document contains a series of SQL update statements that set the '_ruid' field for multiple tables to a formatted string based on the 'id' field, specifically for records where '_ruid' is currently NULL. This operation is performed across various tables including equipment, partner, product, and survey-related tables. The purpose of these updates is to ensure that all entries have a unique identifier in the '_ruid' field.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views
UPDATE RUID
The document contains a series of SQL update statements that set the '_ruid' field for multiple tables to a formatted string based on the 'id' field, specifically for records where '_ruid' is currently NULL. This operation is performed across various tables including equipment, partner, product, and survey-related tables. The purpose of these updates is to ensure that all entries have a unique identifier in the '_ruid' field.