October 17, 2008 at 11:17 am
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
October 17, 2008 at 12:06 pm
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
sure you can.
* Noel
June 19, 2018 at 6:22 am
hi,
I am having the same problem .
my join is not working properly . Can some guru please help
Thank you
Zee
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 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy