pzmrcd
Default port
Points: 1419
More actions
October 17, 2008 at 11:17 am
#192339
Hi
If I have 2 tables tbl1,id(varbinary(18)AS PK) and tbl1, having id(varbinary(18)AS PK) can I join the 2 tables on ID.
Thanks
noeld
SSC Guru
Points: 96590
October 17, 2008 at 12:06 pm
#886559
pzmrcd (10/17/2008)HiIf I have 2 tables tbl1,id(varbinary(18)AS PK) and tbl1, having id(varbinary(18)AS PK) can I join the 2 tables on ID.Thanks
pzmrcd (10/17/2008)
sure you can.
* Noel
zaheer.timol
SSC Enthusiast
Points: 155
June 19, 2018 at 6:22 am
#1994430
hi, I am having the same problem .my join is not working properly . Can some guru please helpThank youZee
SELECT *
FROM [X].[dbo].[DomainCmsTde] dc
full join master.sys.certificates c on dc.thumbprint1 = CONVERT(varchar(max), c.thumbprint, 0)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply