Remove #$ chars

This commit is contained in:
Jan Kvetina 2022-03-03 17:03:15 +01:00
parent 7d3691efc1
commit fa94d858d7

View File

@ -99,7 +99,7 @@ FROM (
--
UNION ALL
SELECT
x.column_item_like || RTRIM(c.name, '_') AS item_name,
REPLACE(REPLACE(x.column_item_like || RTRIM(c.name, '_'), '#'), '$') AS item_name,
c.page_id,
MIN(c.heading) AS value_en
--