sql_language thread: too few parameters
This kind of error occurs when the number of fields in your select statement is not compatible to the tables being accessed in the sense, a field is mispelled or you have different number of fields between an Sql statement eg. insert into table1(1,2,3) select 1,2,3,4 from table 2 Sammy
|





