This should be very simple.
I have a simple SQL statement ("SELECT category FROM table") which retrieves all categories in the table, but I only want categories that does not contain a backslash (Top level categories).
Could use NOT LIKE '%/%'