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 3b21988 commit c91d153Copy full SHA for c91d153
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -573,7 +573,7 @@ public void testOrderBy() throws JSQLParserException {
573
assertStatementCanBeDeparsedAs(select, statement);
574
575
}
576
-
+
577
public void testOrderByNullsFirst() throws JSQLParserException {
578
String statement = "SELECT a FROM tab1 ORDER BY a NULLS FIRST";
579
assertSqlCanBeParsedAndDeparsed(statement);
0 commit comments