PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 25 → Aula 1116 WebDev22 curso 016 Criando Select Cliente e Representante
Aula 1116 WebDev22 curso 016 Criando Select Cliente e Representante
Started by amarildo, Apr., 11 2017 9:44 AM - No answer
Registered member
535 messages
Popularité : +14 (14 votes)
Posted on April, 11 2017 - 9:44 AM
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