Viewing 3 posts - 1 through 3 (of 3 total)
So now i have different requirement that I'm trying to solve , same scenario but little modifications on the requirments.
instead of having table 1 in sql server, Lets assume i...
March 23, 2022 at 6:47 pm
yes, this is the output I was looking for. since importid and UID has same information , I removed fc.importid in the beginning as below.
SELECT sd.[UID],fc.name
FROM dbo.linuxdata sd
LEFT JOIN dbo.computerdata...
March 22, 2022 at 5:24 pm
Thank you Ken.. collation error is gone. But my output is different than what I'm expecting thou!
UID column in table(linuxdata) and importid column in table(computerdata) has same information , just...
March 22, 2022 at 2:26 pm
Viewing 3 posts - 1 through 3 (of 3 total)