I am expecting comma added output when passed two or more static strings.
SELECT ts.NAME
FROM ...
JOIN ...
WHERE ins.FEED_NAME = 'Trend'
....
AND ts.NAME = 'beautiful' || 'chennai'
....
AND ins.USER_ID is NULL
ORDER BY ins.CREATED_AT DESC;
How can I get the output as beautiful, chennai