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 While Loading the data set to MY SQL Workbench #16

Open
raoreema710 opened this issue Mar 10, 2022 · 3 comments
Open

Error While Loading the data set to MY SQL Workbench #16

raoreema710 opened this issue Mar 10, 2022 · 3 comments

Comments

@raoreema710
Copy link

Hello @datawithdanny ,
I am currently facing an issue while running SQL script on SQL workbench. The issue occurs when I am trying to load the data in the transaction table. It says there is an incorrect date-time value for id 774.
image

Please let me know what can be done in this case.

@datawithdanny
Copy link
Owner

Hey @raoreema710 - I'm sorry for the delay on this one!

I'll take a look at this sometime this week when I've got a spare moment and hopefully find a fix!

@fortunewalla
Copy link

Hello @datawithdanny , I am currently facing an issue while running SQL script on SQL workbench. The issue occurs when I am trying to load the data in the transaction table. It says there is an incorrect date-time value for id 774. image

Please let me know what can be done in this case.

Did you manage to solve this?

I used the MySQL init script and it created all tables without any errors.

mysql> select * from transactions where txn_id=774;
+--------+-----------+--------+------------+---------------------+----------+----------+----------------+
| txn_id | member_id | ticker | txn_date   | txn_time            | txn_type | quantity | percentage_fee |
+--------+-----------+--------+------------+---------------------+----------+----------+----------------+
|    774 | c51ce4    | BTC    | 2017-03-12 | 2017-03-12 02:52:12 | BUY      | 0.679963 |           0.11 |
+--------+-----------+--------+------------+---------------------+----------+----------+----------------+
1 row in set (0.03 sec)

@RNATH8032
Copy link

Hello @datawithdanny , I am currently facing an issue while running SQL script on SQL workbench. The issue occurs when I am trying to load the data in the transaction table. It says there is an incorrect date-time value for id 774. image

Please let me know what can be done in this case.

were you able to get around this?

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

4 participants