SQL: Add sql template test helper (#91953)

This commit is contained in:
Ryan McKinley
2024-08-16 14:36:56 +03:00
committed by GitHub
parent ac72098248
commit d9cabe5e14
131 changed files with 1377 additions and 911 deletions

View File

@ -0,0 +1,8 @@
SELECT
"resource_version"
FROM "resource_version"
WHERE 1 = 1
AND "group" = ''
AND "resource" = ''
FOR UPDATE
;