Autogenerated from Appsmith
This commit is contained in:
@@ -21,9 +21,9 @@ SELECT
|
||||
array_to_string(
|
||||
ARRAY (
|
||||
SELECT CONCAT(
|
||||
split_part(regexp_replace(unres_path.path, E'\\','/','g'), '/', 1),
|
||||
split_part(regexp_replace(unres_path.path, E'\\\\','/','g'), '/', 1),
|
||||
'/.../',
|
||||
regexp_replace(regexp_replace(unres_path.path, E'\\','/','g'), '^.*/', '')
|
||||
regexp_replace(regexp_replace(unres_path.path, E'\\\\','/','g'), '^.*/', '')
|
||||
)
|
||||
FROM unnest(r.inventortools_unresolvedreferencepaths) AS unres_path(path)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user