An error-free column name syntax is [My Column]
instead of My Column
which causes an error.
An error-free string value syntax is '25,00'
instead of 25,00
which causes an error.
I'm getting an error using single quotes to enclose values, if the column data type is numeric. Are there any other ways to enclose values safely for string or numeric data types?