Issue found by DuckFuzz on git commit hash 9b860 using seed 649058814.
To Reproduce
create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
SELECT NULL FROM duckdb_secrets(redact := NULL)
Error Message
Invalid Input Error: Displaying unredacted secrets is disabled
Stack Trace
LINE 1: SELECT NULL FROM duckdb_secrets(redact := NULL)
^