I am writing a delete function for my jsp page, and I am running into some trouble because I want the user to be able to delete only certain columns from a table, but leave the other columns.My jsp pa
create or replace procedure UPD_DEP (dd_name in dept.dname%type, --department which has to be updated
I came across this particular script which uses a special form of equi join. SELECT * FROM per_assignments a, per_assigment_types b
Given a table name and a column name, I\'m trying to dynamically drop an Oracle constraint that I don\'t know the name of ahead of time.
I created a plsql function and I want to create a cursor and return this cursor from the function. Then I want to call this function in a Java class and retrieve data from the cursor. Note: the cursor
I am doing some debugging in SQL for oracle 10g. I have a big input string which is used in \"IN Clause\" i.e.
I have a fetch being executed inside of a loop.If this fetch fails (no data) I would like to CONTINUE the loop to the next record from within the EXCEPTION.
I have the following code to create an object type in Oracle (PL??) CREATE OR REPLACE TYPE STAFF开发者_如何学Go_T as OBJECT(Staff_ID# NUMBER, Person PERSON_T); \\
This question already has answers here: Stored Procedure with optional "WHERE" parameters (6 answers)
开发者_StackOverflow社区I am getting this error: Error starting at line 2 in command: BEGIN DELETE * FROM book_copies;