Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Explorer] Execution failed for question 720e5cf5-040e-466b-9f11-6c5f48d793a1: GitHub每年新增的开源项目有多少 #1681

Open
007gzs opened this issue Nov 13, 2023 · 0 comments

Comments

@007gzs
Copy link

007gzs commented Nov 13, 2023

Hi, It's failed to execute the question 720e5cf5-040e-466b-9f11-6c5f48d793a1 GitHub每年新增的开源项目有多少 (errorType = error-query-execute):

  • executedAt: 2023-11-13T07:06:16.000+00:00
  • requestedAt: 2023-11-13T07:06:16.000+00:00

Error message

Incorrect timestamp value: '?'

Generated SQL

SELECT
  YEAR(`created_at`) AS `year`,
  COUNT(*) AS `new_projects`
FROM
  `github_repos`
WHERE
  `created_at` >= '1970-01-01'
GROUP BY
  `year`
ORDER BY
  `year` ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant