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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys,
So, I have mysql table with key column of uuid type (binary[16]). I would like to select multiple values at once using
IN
andsqlc.slice
:But I need to pass each item of slice to
UUID_TO_BIN
, so above query would map to something like this:Is there any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions