SQL filtering
Learn how to filter data in SQL by text and dates.
SQL filtering by text
Learn SQL text filtering: use WHERE, LIKE, IN, NOT IN, TRIM, UPPER, LOWER, regex, and variables to find and filter string data in tables.
7 min read
SQL filtering by date
Learn SQL date filtering: how to filter your data by dates, from simple exact matches to complex patterns like business days and relative periods.
11 min read