I generated an acces table with hyena now I only want to see the directory's where the rights are not the same my acces keeps crashins on this query any suggestions?
select distinct access, path from access where path in(select path from access where path like'J:\DB\*'S)
select distinct access, path from access where path in(select path from access where path like'J:\DB\*'S)