SQL filtering
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.
9 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.
15 min read