I am trying to join KUAF on dTree. The kuaf.id is a positive number (123456) and the dTree.ownerid is a negative number that mirrors the kuaf.id (-123456).
I have tried multiplying by -1 (kuaf.id*-1 = dtree.ownerid). I have tried putting the - in front of the call for the id (-kuaf.id=dtree.ownerid). Both return errors. I figure there must be a simple way to do this.
Any help is greatly appreceated (SQL Server only for now).