python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get multiple rows in Case Then clause
I want to write the case expression for this condition in View
Indicate "Y" in the report if Livestream (all) is selected and display all the individual platforms under livestream (App, Onli...
ARH
Votes: 0
Answers: 1
we have g_errbuf := SQLERRM in the exception blocks . What is assigned to variable g_errbuf here?
EXCEPTION
WHEN OTHERS THEN
g_errbuf := SQLERRM;
g_retcode := 2;
write_log('Y',
to_char(SYSDATE, 'HH24:MI:SS') || ' - ' ||
'Data Error happened ...
LittleBitDeveloper
Votes: 0
Answers: 1
i'm getting error while running plsql package working till package creation
create table employee(
employee_id number(10) NOT NULL,
employee_name varchar2(50),
employee_sal number(10),
employee_role varchar2(50),
employee_age number(10),
CONSTRAINT employee_pk PRIMARY KEY(emp...
Ravindra
Votes: 0
Answers: 3