I accidentally removed the WHERE clause from my SQL query in a personal tool. Every row is now the same. I overwrote 206,000+ rows. I have no backup, I am stupid.
aravindan_v @ aravindan_v @programming.dev Posts 0Comments 1Joined 2 yr. ago
aravindan_v @ aravindan_v @programming.dev
Posts
0
Comments
1
Joined
2 yr. ago
If you're asking about the information about the number of rows, oracle db clients do that. For nodejs, oracle's library will provide this number in the response to a dml statement execution. So you can retrieve it in your backend code. You have to write additional code to bring this message to the front-end.
https://oracle.github.io/node-oracledb/