You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If target sql is " col like '%ABC%' ", then this tool will convert to $regex-> "^.ABC.$" ,this will not work。
In fact, it should be $regex: "ABC" in mongoDB。
The text was updated successfully, but these errors were encountered:
If target sql is " col like '%ABC%' ", then this tool will convert to $regex-> "^.ABC.$" ,this will not work。
In fact, it should be $regex: "ABC" in mongoDB。
The text was updated successfully, but these errors were encountered: