Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
MySQL Update Query with where clause in Nifi
Labels:
- Labels:
-
Apache NiFi
Contributor
Created ‎11-17-2017 01:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team,
I'm trying to execute sql update query *update student set maxqueryid=0
where id=1;*.
using ExecuteSQL Processor. It resulted with error saying data manuplation
cannot be done since it accepts only select statements. How do I achieve
this usecase is there any procesor to do this job. Any suggestion would be
appreciated.
Thnaks
Rakesh.
1 REPLY 1
Master Guru
Created ‎11-17-2017 02:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@rakesh chow
Use PutSQL processor instead of ExecuteSQL processor, PutSQL processor does inserts and updates to mysql.
You can have refer below links
