Can anyone tell me what this select statment is doing I do not understand the cast statement nor can i find it in my SQL Server books....
Select TABLE.Field, TABLE.Field, ISNULL(CAST(Field AS varchar(25)) + ' ' + TABLE.Field, '')
Anyone know what they are trying to do with the ISNULL(CAST( operation? any help would be great thanks all Errol Barratt
856-697-1593
New Jersey
Select TABLE.Field, TABLE.Field, ISNULL(CAST(Field AS varchar(25)) + ' ' + TABLE.Field, '')
Anyone know what they are trying to do with the ISNULL(CAST( operation? any help would be great thanks all Errol Barratt
856-697-1593
New Jersey