Defining a two-dimensional array of numbers by Steve Feuerstein

Steve posted a really nice article in Oracle magazine (Dec-2005/Jan-2006) about "PL/SQL arrays" which I recommend reading through.

I'm thinking about how I can do something like this for name/value pair data which I have stored in one of my databases. I won't be using numbers in the array and I will need to compare two array's to see if the contents of the first array are the same as the contents of the second. I'll post an update to this when I figure it all out.

Until next time...Rich
sqlquery.com

Comments