Using MonetDB.R
, I want to run this command but I don't want to open up mclient. Is there a generic way to do this?
create function div_noerror(l double, r double) returns double
Using MonetDB.R
, I want to run this command but I don't want to open up mclient. Is there a generic way to do this?
create function div_noerror(l double, r double) returns double
Copyright © 2021 Jogjafile Inc.
from Hannes, the author of
MonetDB.R
--You can just create it in your DB. This will fail if it already exists, but you can catch that error. so
here's a slightly longer usage example: