I am using Java to put in a MSSQL database. I have column names with parentheses such as I am trying to execute a statement like this: And I'm getting the following error: is wrong Syntax is why I think I need some way to avoid brackets? duration_ (minutes) .
INSERT in mytable (duration_ (minutes)) value (?)
Exception in thread "main" java.sql.SQLException: '('
No comments:
Post a Comment