We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
insert into recordA values(intA, 'stringB') update recordA intA=1 where stringB = 'abcd'
insert into recordA values(intA, 'stringB')
update recordA intA=1 where stringB = 'abcd'