1

I need to do something similar to what this query do. Manipulated value depends on its previous value.

UPDATE Repetitions SET reps = reps + 1 where id = 1 ;
0

1 Answer 1

1

You can use execSQL() to run raw SQL like this directly.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks mate, I thought there is a way to use the built in functions!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.