[firebase-br] view com parametros de entrada
Jonathan F. Seibel (Systemar)
jonathan em systemar.com.br
Seg Set 18 15:28:43 -03 2006
> CREATE VIEW RELCLI (
> CODIGO,
> NOME,
> TELEFONE,
> PEDIDO,
> VENCIMENTO,
> VALOR,
> VALORPAGO,
> PARCELA
> )
> AS
> select CLI.Codigo, Cli.Nome, Cli.Telefone, Dr.NumPedido,
> Dr.Vencimento, Dr.Valor, Dr.ValorPago, Dr.Parcela
> from Clientes Cli
> Left join detailreceber Dr on (Dr.Codigo = Cli.Codigo and Pago Is null)
>
Where DATA_VENCIMENTO<Current_Date
Mais detalhes sobre a lista de discussão lista