I would like to make a query where I insert a record that is related to 2 more tables.
MaximosyMinimos
INSERT INTO MaximosYMinimos
(ProductoID, SucursalID, Max, Min)
VALUES
((select p.ID from Productos as p where p.ID = 1325 ), (select s...
asked by
19.02.2018 / 20:23