On trying to use a select query statement. The input variable has 8 characters just as expected.
I dont know why this error comes for select query because for a sele
One possibility... This issue can come even in SELECT statement. When the parameter passed into the query is more than the size of its datatype's size, this error will pop-up.
Example:
Datatype - CHAR(12) Search Param: "123456789012345"