Hi all,
I've just spent a few hours searching and came up with nothing so I suspect that the answer to this question is a flat out 'no', but I'd like to be able to confirm it.
So, is it possible to use a python defined function in an SQL query?
At the moment, I have to get data via a query, iterate though it and build a python list of values calculated from my python function. I'd much rather just have the function called during the query as it'd save me all these steps.
So, is that possible?