A Service of Softnik Technologies

Domain Display Filters

The domain display filters are a set of pre-defined SQL queries to display domains that interest you. This is available under the 'Auto' tab in the left pane.

Domain Display Filters

You can add, edit or delete these filters.

The easiest way to create an auto filter is by using the 'custom query' tab. However, you may also directly type in a query string directly after clicking the 'add' button in the footer.

For example, the auto-query entry below will list all domains that do not belong to any category. As you can see the entry always starts with the 'FROM' clause.

FROM [domains] a LEFT JOIN [catconn] b ON a.sid = b.sid WHERE b.sid IS null

Creating Auto filters using Custom Queries

Custom Query to Domain Display Filters