Support for WHERE NOT IN () with DuckDB #5911
-
|
Hello! While testing queries using the vortex extension I am getting a panic when using "WHERE NOT IN ()". While using "WHERE IN ()" is working. The error message reports the feature is not implemented so this may just be not supported yet. Since the WHERE IN feature is enabled I wanted to confirm this was actually not implemented yet. Thanks! Steps: The following stack trace is printed and DuckDB crashes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This this is a bug: #5927. |
Beta Was this translation helpful? Give feedback.
This this is a bug: #5927.