forked from pgutkowski/KGraphQL
-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
This will result in a query error.
{
"errors": [
{
"message": "org.h2.jdbc.JdbcSQLSyntaxErrorException: Table \"UFOSIGHTING\" not found; SQL statement:\nSELECT state, country, COUNT(state) as numOccurrences FROM ufosighting group by state, country order by COUNT(state) DESC [42102-200]",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": []
}
]
}
If you make the following changes, it should work correctly
ufosighting -> ufosightings
Metadata
Metadata
Assignees
Labels
No labels