I have two tables, TABLE_1 and TABLE_2 and I want to create a view with some fields of both where the id_event (existing in both) is equal.
CREATE TABLE table_1 (
id INT,
id_event INT,
col1_t1 varchar(255),
...);
CREATE TABLE...
asked by
02.09.2016 / 15:54