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 e0d97ca commit 29c114dCopy full SHA for 29c114d
tests_and_examples/examples/sql.json
@@ -916,14 +916,17 @@
916
"name": "Test #47"
917
},
918
{
919
- "query": "SELECT os FROM users ORDER BY os ASC LIMIT 2",
+ "query": "SELECT os FROM users ORDER BY os ASC LIMIT 3",
920
"expected": {
921
"result": [
922
923
"os": "linux"
924
925
926
"os": "mac"
927
+ },
928
+ {
929
+ "os": "windows"
930
}
931
],
932
"took": "ignore",
0 commit comments