We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997bd66 commit 94bb136Copy full SHA for 94bb136
enginetest/queries/script_queries.go
@@ -13498,6 +13498,8 @@ select * from t1 except (
13498
// https://github.com/dolthub/dolt/issues/10102
13499
Query: "SELECT * FROM t2 WHERE NOT EXISTS (SELECT 1 FROM (SELECT 1) AS sub0 WHERE ASIN(t2.c0));",
13500
Expected: []sql.Row{{"9"}},
13501
+ // Postgres does not allow varchar types as inputs for ASIN
13502
+ Dialect: "mysql",
13503
},
13504
{
13505
// https://github.com/dolthub/dolt/issues/10157
0 commit comments