Hello all,
I currently need help with how to add a new column to my datatable. I have read my data through a SQL statement and I want to add a new column with a query "ALTER TABLE %QueryResult% ADD UserID VARCHAR(10)" but I kept getting the error: Error in SQL statement Syntax error in ALTER TABLE statement.
Is this possible to achieve?

Any help will be appreciated!