Hi Community,
I'm using the SQL query feature in Table Transformer by Stiltsoft to try and rename the value in the summary column. The first line is accepted but when I try to use the replace syntax, I get this error. What am I missing here?
Hi @Jason Waller ,
Please use the following SQL query for the case:
SELECT *,
REPLACE ('Summary', "Define", "Add") AS 'Summary'
FROM T*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.