Hi @Ahmed Al Mohalami,
Thanks for your information.
Based on the fragment of the error message, it looks like there is syntax error. Are you trying to run queries?
The reason for the syntax error maybe the extraneous trailing comma, so you need to remove that comma and add a close parenthesis for valid syntax. If you are running some statements, you can also check out this article.
NOTE: Never use string concatenation or interpolation to specify SQL statement values. Instead, always use parameters for those values. The SQL statement itself never changes, just the parameter value.
Please feel free to share your issue here if you have any confused.
Best regards,
Lucy Chen
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
https://docs.microsoft.com/en-us/answers/support/email-notifications