Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Transformer sql replace function

Jason Waller
Contributor
October 24, 2022

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? 

Table error.png

1 answer

1 accepted

7 votes
Answer accepted
Katerina Kovriga _Stiltsoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2022

Hi @Jason Waller ,

Please use the following SQL query for the case:

SELECT *,

REPLACE ('Summary', "Define", "Add") AS 'Summary'

FROM T*

Jason Waller
Contributor
October 24, 2022

Thank you for the quick response @Katerina Kovriga _Stiltsoft_ 

that has worked 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events