Hi all,
I'm trying to create a unique identifier field in my table but the two fields I'm trying to concatenate are numbers.
When I write "nhsnumber + diffdate as a_sid" it tries to add the fields together rather than concatenating them.
I've tried converting them into varchars and chars and it's still doing the same thing.
How can I convert these to text so that they can concatenated?
Thanks
Sunny
I'm trying to create a unique identifier field in my table but the two fields I'm trying to concatenate are numbers.
When I write "nhsnumber + diffdate as a_sid" it tries to add the fields together rather than concatenating them.
I've tried converting them into varchars and chars and it's still doing the same thing.
How can I convert these to text so that they can concatenated?
Thanks
Sunny
Comment