Skip to content
Snippets Groups Projects
Commit 7305fc73 authored by Matias Sencion's avatar Matias Sencion
Browse files

ENTREGA

parent ccdbdc73
No related branches found
No related tags found
No related merge requests found
--PARTE B
--id_lugarfallec → tipo_lugarfallec, n_lugarfallec --id_lugarfallec → tipo_lugarfallec, n_lugarfallec
SELECT DISTINCT id_lugarfallec SELECT DISTINCT id_lugarfallec
FROM paises_lideres FROM paises_lideres
......
-- PARTE D
id_pers, tipo_lugarfallec id_lugarfallec id_pers, tipo_lugarfallec id_lugarfallec
SELECT DISTINCT id_pers, tipo_lugarfallec, id_lugarfallec SELECT DISTINCT id_pers, tipo_lugarfallec, id_lugarfallec
......
-- PARTE A
CREATE TABLE pa_li3 (
LIKE pa_li2 INCLUDING ALL
);
\ No newline at end of file
CREATE TABLE pa_li3 ( -- PARTE B
LIKE pa_li2 INCLUDING ALL
);
CREATE TABLE aux ( CREATE TABLE aux (
LIKE paises_lideres INCLUDING ALL LIKE paises_lideres INCLUDING ALL
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment