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
Maybe I'm missing something... How would I replicate the following?
where (
find_in_set(tests.`compound.group`, :compound_groups) or
find_in_set(tests.`compound.name`, :compound_names)
)
and (
find_in_set(isolates.`species.genus`, :species_genera) or
find_in_set(isolates.`species.name`, :species_names)
)
The parentheses are important in the above, and I can't figure out how I should do it with SQLQuery.
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something... How would I replicate the following?
The parentheses are important in the above, and I can't figure out how I should do it with SQLQuery.
The text was updated successfully, but these errors were encountered: