Posts by Thiago Simão • 21 points
3 posts
-
1
votes0
answers43
viewsQ: I cannot add . txt files in . tar(C#) . net framework 4.6.1
Good morning! I want to add the . txt files (as shown below) in . TAR [![insert image description here][1][1] but I’m not getting it. the file . TAR is created, but the files are not added. Follow…
-
1
votes2
answers294
viewsQ: Httpinterceptor null token (Angular 7)
Hello! Time to "pick up" the token on Httpinterceptor is coming as null. follow code d Interceptor: import { Injectable } from '@angular/core'; import { HttpRequest, HttpHandler, HttpEvent,…
-
0
votes1
answer382
viewsQ: Calculating Larger and Smaller Than Average Returns SQL SERVER Error
In the Columns: SUM(CASE WHEN cqd.queuetime < AVG(cqd.queuetime) THEN 1 ELSE 0 END) as 'Qtde < Média' e SUM(CASE WHEN cqd.queuetime > AVG(cqd.queuetime) THEN 1 ELSE 0 END) as 'Qtde >…