I have two tables which one is created from the data of the other fields:
CREATE TABLE1(
CAMPO1 VARCHAR2(15),
CAMPO2 VARCHAR2(15),
CAMPO3 VARCHAR2(5),
CAMPO4 VARCHAR(20));
CREATE TABLE2(
CAMPO1 VARCHAR(20),
CAMPO2 VARCHAR(30));
I want to i...
asked by
22.11.2016 / 17:30