guys im trying to insert into a table with multiple value.
i want insert into purchasing table where customerID is gained from Customer table and the SourceID is always 1 because it its default. i try query like this
insert into purchasing (customerID,SourceID) select customerID from Customer where ************,'1'
but it returns erorr, can u guys help me, how to insert into table with multiple select and default insert
note: ******* is any condition