is that possible?
clear info abt the question is – i am inserting data from excel using one insert statement – multiple statement inserting at a time. but as of my idea trigger raises only for one statement at a time.
is that count is possible means please give me a suggestion on this issue.
Thanks In Advance
Devendar
In the trigger- no its not possible if you insert data row by row.
You could probably make some workarounds, for example, you can do insert in some temporary table and then insert all records from there in the real table by using
But its better if you count inserted records at excel side..