I hope this is the right place to ask. I'd like to use the math extension to be able to query like this: stmt := conn.Prep("SELECT **cos**(lat) FROM t WHERE rowid = $id;") Does anybody know how I could activate it?
I hope this is the right place to ask.
I'd like to use the math extension to be able to query like this:
stmt := conn.Prep("SELECT cos(lat) FROM t WHERE rowid = $id;")
Does anybody know how I could activate it?