TheEarthWillShake
Member
How would I go about making a dynamic stored procedure?
For example, I have a Oracle database with a table
Row1 has Dates
Row2 has Numbers
So say I want to make a select query from Jan 08 to June 08, but also also be able to do Jan 07 to Jan 08 if I want to dynamically as in it's up to the user?
For example, I have a Oracle database with a table
Row1 has Dates
Row2 has Numbers
So say I want to make a select query from Jan 08 to June 08, but also also be able to do Jan 07 to Jan 08 if I want to dynamically as in it's up to the user?