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
I using mybatis-dynamic-sql to write sql , after investigate the sourse code i can't find a way to implement
CASE
WHEN condition THEN value
WHEN condition THEN value
ELSE value
END
The text was updated successfully, but these errors were encountered:
I using mybatis-dynamic-sql to write sql , after investigate the sourse code i can't find a way to implement
CASE
WHEN condition THEN value
WHEN condition THEN value
ELSE value
END
The text was updated successfully, but these errors were encountered: