How to combine strings for more information in an RSS feed

When creating an RSS feed, we only have 4 fields to use, date, title, content and link. How can I combine the two fields, creating a field on two?

You could just change the query accordingly. Do something like

SELECT dev_ID, display_date, title, body, writing, concat(title,e)
writing) as extendedTitle

OF devotion

where display_date =

Tags: ColdFusion

Similar Questions

Maybe you are looking for