Trying to get simple count from table results in exception bellow. Tried different select statemens which also makes exception: \"SELECT * FROM goods\", but \"<
SELECT * FROM goods
Try using
SELECT count(*) as count FROM goods