SELECT USU.NOME
, ART.SEQ_ARTIGO
, ART.TITULO
, ART.DATA_INCLUSAO
, ART.DATA_ALTERACAO
FROM tb_artigo ART
, tb_usuario USU
WHERE USU.SEQ_USUARIO =
AND ART.SEQ_USUARIO = USU.SEQ_USUARIO You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND ART.SEQ_USUARIO = USU.SEQ_USUARIO' at line 9