I have a column name "user id" now when I use it in insert or... all of the following tries gave me syntax error:
insert into mytbl('user id',..
insert into mytbl(['user id'],..
insert into mytbl([user id],..
How can I solve this problem?
Please let me knbow if you need more clarification
Thanks