Announcement

Collapse
No announcement yet.

SQL Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQL Question

    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)
Working...
X