Hi
I have two table in a sql databse one has "institutionName, ipAddress" columns and the other one has "ipAdddress, totalHits". I want to join the two table based on ipAddress field, but the problem is the ipAddress in the first table is in a for of "xxx.xxx.xxx.xxx" but in the second table it is in three forms ie "xxx.xxx.xxx.xxx" or "xxx.xxx.." or "xxx.xxx.xxx.*" how can I do this. I am new to T-sql and I really need your help guys
Thnaks