Hi,
I'm running the below statement via SO Adminstrator as I want to view the contents of the order table
select * from order;
This statement returns the following error,
An error occurred while executing the query: Incorrect syntax near the keyword 'order'.
Any clues why? I can't see anything wrong.
*This post is locked for comments