Not passing a value for the FinancialID_One column is the issue. Without knowing the datatype of the FinancialID_One column, I am not sure what value to pass in the example.
Possible example...
insert into financialdata_one (agencytype, financialid_one)
select agencytype, <finanialid_one value>
from agent
where agencytype is not null
In the future, post the schema of the table. It will help understand the insert requirements.
HTH
Adam Gossage
Lake Wylie, SC, USA
|