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

Error when doing Temp table #8

Open
MinHuynh opened this issue Nov 16, 2021 · 0 comments
Open

Error when doing Temp table #8

MinHuynh opened this issue Nov 16, 2021 · 0 comments

Comments

@MinHuynh
Copy link

Hi Alex, I wanted to say thank you first for your amazing YouTube videos and I definitely think you've made great guidance for us on the journey of Data Analysis :) I really appreciate you!

I had this issue when creating the CTE: "Arithmetic overflow error converting expression to data type int"
...So, instead of converting the sum of vac.new_vaccinations to INT, I converted to BIGINT instead and it worked.

However, I had this issue: "Implicit conversion from data type datetime to numeric is not allowed. Use the CONVERT function to run this query".
OR ERROR "Arithmetic overflow error converting expression to data type int" (when I don't convert it to bigint like above).

Would you please show me how I can figure this out?
Thank you so much Alex :)

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