Posts by Aquila • 23 points
3 posts
-
-2
votes1
answer63
viewsQ: Select COUNT > 10K in C# and SQL
I would like to select in records greater than 10 thousand and delete after. select count (FuncionarioID) > 10000 FROM FuncionarioLog; How should I select correctly?…
-
1
votes1
answer102
viewsQ: Insert Command Line in typescript
I have a Mongodb installation and configuration script as required by the Company. Install_mongodb.BAT But I would like to automate this process including in the project in Typescript. I would like…
-
-1
votes1
answer74
views