SyntaxFix
Write A Post
Hire A Developer
Questions
make a SELECT of it,
SELECT
like if you got
UPDATE users SET id=0 WHERE name='jan'
convert it to
SELECT * FROM users WHERE name='jan'