I have a table, getSalas , which simplified something like this:
CREATE TABLE getSalas(
ID_SALA NUMBER(4),
NOME_CARATERISTICA VARCHAR2(20),
VALOR_CARATERISTICA NUMBER(4)
);
The contents of this table are of the type:
1, '...
asked by
26.01.2017 / 14:04