News

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).<br><br>So I turned to PHP, because that is where the queries are ...
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 ...