PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → Aula 1116 WebDev22 curso 016 Criando Select Cliente e Representante
Aula 1116 WebDev22 curso 016 Criando Select Cliente e Representante
Débuté par amarildo, 11 avr. 2017 09:44 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 11 avril 2017 - 09:44
Na dica de hoje,
vou criar duas sql,
cliente e representante

En el consejo de hoy,
Voy a crear dos sql,
cliente y representativa

En el consejo de hoy,
Voy a crear dos sql,
cliente y representativa

// QRY_CLIENTE

SELECT
cliente.id_empresa_cliente AS CLI_ID_EMPRESA_CLIENTE,
cliente.id_cliente AS CLI_ID_CLIENTE,
cliente.razao_social_nome AS CLI_RAZAO_SOCIAL
FROM
cliente
ORDER by
cliente.razao_social_nome

// ESTOU SELECIONANDO CLIENTES, TRAZENDO CODIGO,NOME E ORDEM nome
// I'M SELECTING CUSTOMERS, BRINGING CODE, NAME AND ORDER name
// SELECCIÓN DE CLIENTES traigo CODIGO, NOMBRE Y ORDEN nombre

//QRY_REPRESENTANTE
SELECT
representante.id_empresa_representante AS REP_ID_EMPRESA_REPRESENTANTE,
representante.nome AS REP_NOME
FROM
representante

// ESTOU SELECIONANDO DA TABELA REPRESENTANTE, CODIGO E NOME
// I AM SELECTING FROM THE TABLE REPRESENTATIVE, CODE AND NAME
// Estoy seleccionando TABLA DEL REPRESENTANTE, CÓDIGO Y NOMBRE


http://windevdesenvolvimento.blogspot.com.br/2017/04/aula1116webdev22curso016criando-select.html