MySQL Forums
Forum List  »  MySQL Workbench

Re: Vignesh, please don't hijack threads
Posted by: Jam Su
Date: October 08, 2020 11:36AM

Hi Peter,

I am also using Ver 8.0.21

I am not creating the tables, they already exist, however, here are the data types of the columns, hopefully that provides you with the information you are looking for?

p.num = varchar(70)
p.description = varchar(252)
po.num = varchar(25)
po.dateCreated = datetime(6)
poi.qtyToFulfill = decimal(28,9)

Please let me know if there is any other data you require.

Thank you,

Full Error posted below -

Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(PARTITION BY p.num) 'NUM' FROM part p LEFT JOIN poitem poi ON poi.partid = p' at line 7

Options: ReplyQuote


Subject
Views
Written By
Posted
3605
September 14, 2020 04:08PM
1201
September 14, 2020 04:11PM
1059
September 14, 2020 04:49PM
Re: Vignesh, please don't hijack threads
719
October 08, 2020 11:36AM
586
October 09, 2020 09:11AM
620
October 09, 2020 11:59AM
1105
October 08, 2020 09:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.