z3sm opened a new issue #7789:
URL: https://github.com/apache/shardingsphere/issues/7789
## Question
I got a sql ,there has function'find_in_set' and 'and exists':
Wether or not supported this case?
```
insert into table_insert(code, bno, is_confirm)
SELECT t.code,
?,
'0'
FROM table_select t where
AND t.columna = ?
AND t.columnb = ?
AND ( find_in_set(?, t.columnc) )
AND EXISTS
(SELECT 1
FROM table_exists ts
WHERE ts.rule_id = t.rule_id
AND ts.stage = ?
AND ts.model = ? )
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]