Posts by Fabiano Carvalho • 116 points
2 posts
-
0
votes2
answers147
viewsA: Take duplicity by ignoring a column with distinct information
See if this helps you, this query is for SQL SERVER SELECT * FROM (SELECT a.idEmpregadoReserva as Controle ,(select EmpresaAplicativo from tbEmpresaAplicativo where…
-
0
votes0
answers223
viewsQ: Method POST Web API returns 'NULL'?
I’m developing a Web Api with ASP with VB.NET to receive parameters JSON and created a method post with the following code. Public Function PostValue(<FromBody()> ByVal value As String) As…