I have a query, say Select foo from bar
Foo is a string field, and will always start with “http://”.
I want to replace “http://” with “xml://” during the select, so all foo values come back as xml://…, instead of http://…
Is there a way to substitute on the fly, during the query?
I have a query, say Select foo from bar Foo is a string field,
Share
1 Answer