Estou com uma dúvida no meu codigo. Desejo listar uma lista de clientes inadimplentes entre duas tabelas: tab_Clientes e tab_PG.
SELECT Tab_cliente.cliente, tab_cliente.valor, tab_pg.mes FROM tab_cliente LEFT JOIN tab_cliente.cod_cliente = tab_pg.cod_pg WHERE (((tab_pg.cod_cliente) IS NULL)) ORDER BY tab_cliente.cliente.
O que estou querendo é listar o nome do cliente, valor e os meses em aberto. mas pelo meu codigo só mostra nome o valor.
Question
meloneto
Olà Turma:
Estou com uma dúvida no meu codigo. Desejo listar uma lista de clientes inadimplentes entre duas tabelas: tab_Clientes e tab_PG.
SELECT Tab_cliente.cliente, tab_cliente.valor, tab_pg.mes FROM tab_cliente LEFT JOIN tab_cliente.cod_cliente = tab_pg.cod_pg WHERE (((tab_pg.cod_cliente) IS NULL)) ORDER BY tab_cliente.cliente.
O que estou querendo é listar o nome do cliente, valor e os meses em aberto. mas pelo meu codigo só mostra nome o valor.
Abraço!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.