Hi ,
NVARCHAR(10) will trim the last blank space at it will think of it is null.
Make it as a data type of CHARACTER(10). It should work this way.
Regards ,
Pratik Doshi
Hi ,
NVARCHAR(10) will trim the last blank space at it will think of it is null.
Make it as a data type of CHARACTER(10). It should work this way.
Regards ,
Pratik Doshi