conditionally update or insert using single query in Oracle table [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . I am using jdbc to insert or update into a table based on the condition, if the data already exists in the table. I am getting data from an external source. Is it possible to have a single query to perform this task? scenario looks somewhat like this: if (if row with the data exists){ perform UPDATE