Hello.
I have 2 tables: dbo.threeleveldirs and tbluserhomeonlychksums
I need get data from the dbo.threeleveldirs table where dbo.threeleveldirs.checksum = tbluserhomeonlychksums.checksum. I tried several ways but no luck. Below is the latest query. The query doesn't return any records...
I've done a select distinct ID from tble where level1='users' and level2='home' to get the disctinct IDs for /users/home and select distinct ID from tble where level1 <>'users' and level2 <>'home' for distinct IDs outside of /users/home. That's it. NOt sure were to go from there. Not sure where...
Hello.
I have table that contains ID, hostname, level1, level2, level3. I need to get the IDs that exists only in level1="users", level2="home". I know I have 29379 unique IDs in /users/home and 26997 unique IDs in all other paths except for /users/home. But I need to know which unique IDs only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.