Posts by Saraiva • 17 points
5 posts
-
1
votes1
answer26
viewsQ: I need help with this select
I have the following tables CAMPO1_FK 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108 108…
-
0
votes4
answers288
viewsA: What’s this Join’s syntax error?
Resolved as follows: SELECT tbEquipment.NUMERO_ATIVO, tbEquipamento.TIPO_EQUIPAMENTO, tbMovimentacao.DATA, tbTipo_Movimentacao.TIPO_MOVIMENTACAO, tbTecnico.NOME_TECNICO, tbUsuario.NOME_USUARIO FROM…
-
0
votes4
answers288
viewsQ: What’s this Join’s syntax error?
When do I use this join, appears that there is a "missing operator" syntax error, someone can tell me where it is and why this error occurs? SELECT tbEquipamento_Movimentacao.NUMERO_ATIVO_FK,…
-
0
votes2
answers65
viewsQ: How does this Join look properly?
I’ve been doing a lot of research on this Jay and I can’t seem to fix it: SELECT tbEquipamento.TIPO_EQUIPAMENTO, tbEquipamento.NUMERO_SERIE, tbEquipamento.COD_SITUACAO_FK,…
-
0
votes0
answers38
viewsQ: Which version of Visual Studio to use?
Hello, I have a problem related to which version of Visual Studio to use. The scenario is this, the company I work for has nothing to do with software development, but I’m a programmer and we…