Hi ..
Iam trying to do so >>
Insert into LOANS
(LOAN_CODE,LOAN _BALANCE,LENDED _TO,LONED_BY,IN TREST_PERCENTAG E,BR_CODE)
Values
(200,100000,'AL YA','BUHAIRA',2 ,101)
this is the table DESC ..

How can I know Which column has the error :
I see every thing is fine !!!!
Iam trying to do so >>
Insert into LOANS
(LOAN_CODE,LOAN _BALANCE,LENDED _TO,LONED_BY,IN TREST_PERCENTAG E,BR_CODE)
Values
(200,100000,'AL YA','BUHAIRA',2 ,101)
this is the table DESC ..

How can I know Which column has the error :
I see every thing is fine !!!!
Comment