Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、次のコマンドを使用して MS Access データベースの ID 列をリセットしようとしていますが、機能していません。
DBCC CHECKIDENT('my_table', RESEED, 1)
エラーメッセージ :
Invalid SQL Statement ; expected "Delete","insert","procedure","select" or "update"
それを修正する方法?