I was wondering if anyone could tell me how to perform sequential queries on a table.
For example I want to first sort the table using a certain column, and then with the sorted result i want to do a number of calculations and updates.
I have the sql written down and i can perform it manually, but i would like it to be automated, like executing a stored procedure.
Is this possible in SQL ??
For example I want to first sort the table using a certain column, and then with the sorted result i want to do a number of calculations and updates.
I have the sql written down and i can perform it manually, but i would like it to be automated, like executing a stored procedure.
Is this possible in SQL ??