M
MS
Hi all,
I have the sequent Query:
INSERT INTO TbFornitoriProdotti ( IdProdotto, IdFornitore )
SELECT TbProdotti.IDProdotto, TbOrdini.IdFornitore
FROM TbProdotti, TbOrdini;
I must change it in line up to record single
and to Load with RunSQL.
Thanks.
Marcello
I have the sequent Query:
INSERT INTO TbFornitoriProdotti ( IdProdotto, IdFornitore )
SELECT TbProdotti.IDProdotto, TbOrdini.IdFornitore
FROM TbProdotti, TbOrdini;
I must change it in line up to record single
and to Load with RunSQL.
Thanks.
Marcello