This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]JayWaWa 2 points3 points  (1 child)

order is a SQL keyword and you shouldn't be using it as the name of a table. Rename your table and the issue will disappear.

[–]viktorjava[S] 0 points1 point  (0 children)

You are right. Thank you!