kishoreg commented on PR #17177:
URL: https://github.com/apache/pinot/pull/17177#issuecomment-3544572565

   
   > ```
   > "SELECT col1 FROM table1 WHERE col2 IN (100, 200, 300)" 
   > => "SELECT `col1` FROM `table1` WHERE `col2` IN (?, ?, ?)"
   > "SELECT col1 FROM table1 WHERE col2 IN (SELECT col2 FROM table2 WHERE col3 
= 100)" 
   > => "SELECT `col1` FROM `table1` WHERE `col2` IN (SELECT `col2` FROM 
`table2` WHERE `col3` = ?)"
   > ```
   
   Can we generate only one ? for IN 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to