DuckDB supports intervals, and we do have some simple support for them when working with certain functions, but bind values in general don't work as DuckDB doesn't support standard SQL interval literals (e.g. '1-1' for a '1 year 1 month' interval). The do appear to support PostgreSQL's verbose syntax though: