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)
sysdate range to whole value
Is it possible to turn the current time stamp to a whole number?
Example: If sysdate returns 1/19/2022 5:36:49 PM can I turn that to 1/19/2022 5PM since it falls in the 5PM range.
Here is my query
...
Med2020
Votes: 0
Answers: 1
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
Pl/sql Error: Identifier 'Record' must be declared
I am new to pl/sql. I am having a requirement to retrieve a row based on the given row id. For that I wrote a function that returns the row. This is the function that I have written.
CREATE OR REPLACE...
Ann
Votes: 0
Answers: 1
How do I set the default directory that the PL/SQL Developer Command Window opens in?
I'm trying to run a script in a sql file in PL/SQL Developer. I open a command window and I find myself not in the directory where the sql script is.
I encounter a couple issues when trying to naviga...
gib65
Votes: 0
Answers: 1