Open mzgs9988 opened 6 months ago
mysql uses collation/charset of the value/column for case sensitivity .
Unfortunately I don't think starrocks supports it now, so you can try "ilike()" function, which is undocumented so far.
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Enhancement
I'm using Realtime synchronization from MySQL,when i query with sql: select * from xxx where name like '%a%' on mysql,the result returned name with 'aAa', case-insensitive,but when i query in starrocks,the result is empty, case-sensitive,how can i resolve this problem?Thank you ! starrocks version: 3.0