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
select targets.target as t from drugs where name = "Gabapentin"`)
//#nbts@code
let q = await db.query(/*surrealql*/`
select name, targets.target.name as t from drugs where !!targets.target.name && (if type::is::array(targets.target.name) then targets.target.name.any(|$v|"Potassium" in $v) else "Potassium" in targets.target.name end)`);