I have 2 tables, a "Products" table composed of the following
CREATE TABLE PRODUCTS (
id_product BIGINT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
code VARCHAR(6) NOT NULL UNIQUE,
name VARCHAR(30) NOT NULL,
price FLOAT(6,2) UNSIG...
asked by
23.05.2018 / 01:02