I have a problem that I can't solve with better-sqlite3 on node.js I have a table looking somewhat like this:
How can I change each rows xp, that has a level of 3 to 100? So in this example it should change id's 1 and 4 xp value to 100.
Any help is appreciated!