Hi,
I'am trying to apply the same ideia with Oracle but I'm getting an ORA-00933: SQL command not properly ended.
Any ideas?
SyntaxEditor Code Snippet
UPDATE {Sequences} SET {Sequences}.[LastSeq] = {Sequences}.[LastSeq]+ 1 WHERE {Sequences}.[DatabaseID] = @DatabaseID returning {Sequences}.[LastSeq] into @seq; select @seq from dual;