Skip to content

Commit 0022ef4

Browse files
committed
1 parent 694d06c commit 0022ef4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,11 @@ public void testMultiValueIn2() throws JSQLParserException {
22202220
assertSqlCanBeParsedAndDeparsed(stmt);
22212221
}
22222222

2223+
// @Test
2224+
// public void testMultiValueIn3() throws JSQLParserException {
2225+
// String stmt = "SELECT * FROM mytable WHERE (SSN,SSM) IN (('11111111111111', '22222222222222'))";
2226+
// assertSqlCanBeParsedAndDeparsed(stmt);
2227+
// }
22232228
@Test
22242229
public void testPivot1() throws JSQLParserException {
22252230
String stmt = "SELECT * FROM mytable PIVOT (count(a) FOR b IN ('val1'))";

0 commit comments

Comments
 (0)