Duckdb sql and postgres results differ when using unnest
I have a table in postgres and basically i’m trying to duplicate rows based on the delimiter @ in the description column. Here is my table:
I have a table in postgres and basically i’m trying to duplicate rows based on the delimiter @ in the description column. Here is my table: