sqltest icon indicating copy to clipboard operation
sqltest copied to clipboard

📝 A comprehensive suite of SQL tests for testing the conformance of databases.

Results 2 sqltest issues
Sort by recently updated
recently updated
newest added

F131-03: 2 tests ✗ CREATE TABLE TABLE_F131_03_01_011 ( A INTEGER, B INTEGER ) CREATE VIEW VIEW_F131_03_01_01 AS SELECT A, MIN ( B ) AS C FROM TABLE_F131_03_01_011 GROUP BY A...

It needs a lot more work.