You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2021-05-04 17:22:20 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "
|
|
|
SELECT
|
|
|
pessoa.uid,
|
|
|
pessoa.id,
|
|
|
pessoa.nome
|
|
|
pessoa.[*]sobrenome,
|
|
|
cidade.nome ""cidade""
|
|
|
FROM pessoa
|
|
|
INNER JOIN cidade ON pessoa.cidade_id = cidade.id
|
|
|
"; SQL statement:
|
|
|
|
|
|
SELECT
|
|
|
pessoa.uid,
|
|
|
pessoa.id,
|
|
|
pessoa.nome
|
|
|
pessoa.sobrenome,
|
|
|
cidade.nome "cidade"
|
|
|
FROM pessoa
|
|
|
INNER JOIN cidade ON pessoa.cidade_id = cidade.id
|
|
|
[42000-198]
|