Any way to invoke a SQL function?

For ex: lets say I declare a SQL function CREATE OR REPLACE FUNCTION do_something() how do i invoke this function using Drizzle's interface?
2 Replies
Angelelz
Angelelz17mo ago
db.execute(sql``)
rushil1o1
rushil1o1OP17mo ago
thank you!!

Did you find this page helpful?