Fix: Remove notes from bottom of sitemap.xml
This commit is contained in:
@@ -514,7 +514,7 @@ BEGIN
|
||||
, Button_Icon_Notes_Filter AS (
|
||||
SELECT BUTTON_ICON.id_button_icon
|
||||
FROM tmp_Split_Notes_Calc_Button_Icon t_SPLIT_NOTES
|
||||
INNER JOIN demo.DOG_Button_Icon BUTTON_ICON ON BUTTON_ICON.notes LIKE CONCAT('%', t_SPLIT_NOTES.substring, '%')
|
||||
INNER JOIN fetchmetrics.DOG_Button_Icon BUTTON_ICON ON BUTTON_ICON.notes LIKE CONCAT('%', t_SPLIT_NOTES.substring, '%')
|
||||
WHERE
|
||||
t_SPLIT_NOTES.substring IS NOT NULL
|
||||
AND t_SPLIT_NOTES.substring <> ''
|
||||
|
||||
Reference in New Issue
Block a user