News

Well, I need to get a median value for a set of numbers, from a query. To my surprise, Sql Server does not have a median function/sproc (well, if you install the analysis tools you do, but I can't ...
I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.I need to pass this edited data back to the PL/SQL function to ...