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
selecta.col1, a.col2, string_overlap(a.col1, a.col2) as overlap order by string_overlap(a.col1, a.col2) desc
I would like to say order by overlap desc instead of repeating the function call. However, that does not seem to be supported. string_overlap is a custom python function here.
The text was updated successfully, but these errors were encountered:
In the following query
I would like to say
order by overlap desc
instead of repeating the function call. However, that does not seem to be supported.string_overlap
is a custom python function here.The text was updated successfully, but these errors were encountered: