Reserved word on sql
If somebody (not you we know you can’t do such stupid thing) created table with name from list of reserved words like USER don’t forget to put square brackets around table name like select * from [USER] You should do the same with jdbc requests
Andriy Andrunevchyn
Recent Comments