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.
挿入前オプションを備えたトリガーがあり、トリガー内で同じテーブルにデータを挿入します。これにより無限のトリガーが作成されるため、SQLはこの種の問題をどのように処理しますか。
例えば:
Create trigger trigger_name on Employee before insert as insert on table Employee values(1001, 'chas'); go
助けてくれてありがとう