Jump to content
Fórum Script Brasil
  • 0

Ajuda com SQL


Dudes

Question

é o seguinte estou precisando de uma ajuda, estou com um problema, tenho 2 tabelas CARACT_TRANS e a TRAFEGO.

Preciso fazer uma consulta em anbas as tabelas, na tabela CARACT_TRANS quero as colunas STA_RVS, CONTRATO, APLIC, DSN_ENV, CONTRATO e

na tabela TRAFEGO, preciso apenas de 1 dado, da coluna DATA, para trazer todas as datas dos contratos junto com as outras informação, STA_RVS....

no cado eu vo por where no STA_RVS para trazer o que eu preciso e um where na DATA também...

tentei fazer com JOIN, COUNT(*), não consegui, se algum puder me ajudar agradeço !

tabelas:

CARACT_TRANS

+------------+-------------+------+-----+---------+-------+

| Field | Type | Null | Key | Default | Extra |

+------------+-------------+------+-----+---------+-------+

| APLIC | char(3) | NO | PRI | | |

| CONTRATO | char(15) | NO | PRI | | |

| EMPRESA | varchar(30) | YES | | NULL | |

| PGTO | tinyint(4) | YES | | NULL | |

| MODALIDADE | tinyint(4) | YES | | NULL | |

| NODE_CON | char(16) | YES | MUL | NULL | |

| STA_RVS | char(3) | YES | MUL | NULL | |

| VAN | char(4) | YES | | NULL | |

| CNPJ | bigint(14) | YES | | NULL | |

| DSN_ENV | char(44) | YES | | NULL | |

| CNPJPAI | bigint(14) | YES | | NULL | |

+------------+-------------+------+-----+---------+-------+

TRAFEGO

+---------------+------------+------+-----+------------+-------+

| Field | Type | Null | Key | Default | Extra |

+---------------+------------+------+-----+------------+-------+

| APLIC | char(3) | NO | PRI | | |

| CONTRATO | char(15) | NO | PRI | | |

| TIPO_MVTO | tinyint(4) | YES | | NULL | |

| MODALIDADE | tinyint(4) | YES | | NULL | |

| TAM_REG | int(11) | YES | | NULL | |

| QTDE_REG | int(11) | YES | | NULL | |

| DATA | date | NO | PRI | 0000-00-00 | |

| NOME_ARQ_RECP | char(52) | NO | PRI | | |

| NOME_JOB | char(8) | YES | | NULL | |

| NUM_JOB | int(11) | YES | | NULL | |

| VAN | char(4) | YES | MUL | NULL | |

| PGTO | tinyint(4) | YES | | NULL | |

+---------------+------------+------+-----+------------+-------+

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...