Skip to content

Instantly share code, notes, and snippets.

@disusered
Created December 7, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disusered/481e7ec7cbc8277453ca2d2add04411f to your computer and use it in GitHub Desktop.
Save disusered/481e7ec7cbc8277453ca2d2add04411f to your computer and use it in GitHub Desktop.
error
{
"errors": [
{
"reason": "invalidQuery",
"location": "query",
"message": "Syntax error: Unexpected \"-\" at [1:25]"
}
],
"response": {
"kind": "bigquery#job",
"etag": "\"NSrA2TwvIwFWwcdeSRqwLw1CVp4/mP3_ETTpYFuCR8BCSNoFe4cTK6M\"",
"id": "edvolution-metrics:US.2ece4b36-5448-45b0-91ee-20ebe29ba59c",
"selfLink": "https://www.googleapis.com/bigquery/v2/projects/edvolution-metrics/jobs/2ece4b36-5448-45b0-91ee-20ebe29ba59c?location=US",
"jobReference": {
"projectId": "edvolution-metrics",
"jobId": "2ece4b36-5448-45b0-91ee-20ebe29ba59c",
"location": "US"
},
"configuration": {
"jobType": "QUERY",
"query": {
"query": "select * from edvolution-metrics.TokenUser.Token where id like \"114906896434483742122\"",
"priority": "INTERACTIVE",
"useLegacySql": false
}
},
"status": {
"state": "DONE",
"errorResult": {
"reason": "invalidQuery",
"location": "query",
"message": "Syntax error: Unexpected \"-\" at [1:25]"
},
"errors": [
{
"reason": "invalidQuery",
"location": "query",
"message": "Syntax error: Unexpected \"-\" at [1:25]"
}
]
},
"statistics": {
"creationTime": "1544203321311",
"startTime": "1544203321349",
"endTime": "1544203321349"
},
"user_email": "bigqueryclient@edvolution-metrics.iam.gserviceaccount.com"
},
"message": "Syntax error: Unexpected \"-\" at [1:25]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment