select id,title,createdatetime,content
from Article where id in (?1,?2)
select * from user where id=?id and 1=1
select id,title,createdatetime,content from Article where id = ?id
INSERT INTO categories VALUES (?id, ?name, ?counts, ?orders, ?pid)
INSERT INTO categories VALUES (?id, ?name, ?counts, ?orders, ?pid)