SQL Command not properly ended Exception

后端 未结 1 626
温柔的废话
温柔的废话 2021-01-26 17:40

Pretty basic sql Command. Just want to get the count from different tables I am looping through. However, if I alter the sqlCommand and add a \';\' at the end I get exception, S

相关标签:
1条回答
  • 2021-01-26 17:49

    Semi colons are usually just used as a command terminator for interactive tools like sqlplus.

    0 讨论(0)
提交回复
热议问题