Posts by Vitor Braz • 1 point
3 posts
-
0
votes2
answers876
viewsA: Case in Sub Select SQL SERVER
I managed to solve with this code... ISNULL((SELECT MAX(id_pedido) FROM sf_vendas_online where id_venda = sf_vendas.id),(SELECT MAX(id_pedido) FROM sf_vendas_boleto where id_venda = sf_vendas.id))…
-
0
votes2
answers876
viewsQ: Case in Sub Select SQL SERVER
Good afternoon, I’m having trouble making a case in a subquery. I need to bring information called id_request table sf_vendas_boleto, but when it comes NULL I need to bring the id_request table…
-
0
votes0
answers46
viewsQ: Facebook Login Api does not return email even requesting field
My facebook api is not returning email field. I saw in a forum post giving the solution to this problem, requesting the field in the api, but I did it and it does not work. Login with facebook api…