Could anyone tell me what is wrong with this statement and if it is
possible to use?
INSERT INTO tblConditionLin e (dealID) VALUES (SELECT MAX(dealID) FROM
tblDeal)
Thanks!
possible to use?
INSERT INTO tblConditionLin e (dealID) VALUES (SELECT MAX(dealID) FROM
tblDeal)
Thanks!
Comment