Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Write back error

Jack
Rank 4 - Community Specialist
Hi
I am getting error while trying to writeback data to DB using writeback functionality.
I have used below update statement in the template and getting error as "The system was unable to generate appropriate SQL. Please contact your system administrator."
All columns are vachar and specified single quotes in the template. can any one suggest
UPDATE Table SET col4='@{4}' where col1 ='@{1}' AND col2= '@{2}' AND col3='@{3}'
0