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 b580a09 commit abedce5Copy full SHA for abedce5
src/main/java/net/sf/jsqlparser/statement/select/UnPivot.java
@@ -54,7 +54,7 @@ public void setUnPivotForClause(List<Column> forColumns) {
54
this.unpivotForClause = forColumns;
55
}
56
57
- public List<?> getUnPivotInClause() {
+ public List<SelectExpressionItem> getUnPivotInClause() {
58
return unpivotInClause;
59
60
0 commit comments