python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Convert fractional number to Hexadecimal in Oracle
I have a table in database with fractional value-
value
14.65
45
7458.34
34.69
4.7
34
I want to convert this fractional value to hexadecimal.
But to_hex function only converts decimal value(14) and no...
s pragathi
Votes: 0
Answers: 1
Unable to Convert to Date
I am trying to return just the date from a datetime field
When I run the Select Claus with just the first line, it work as expected.
But when I add the second line, I receive From keyword not found er...
Winston Snyder
Votes: 0
Answers: 1
Date data type in Oracle, 12 pm
How do I know if the hour 00:00:00 in a date field means 12 pm or means nothing, null, without looking for the data source of this table?
FORMAT DD/MM/YYYY HH24:MI:SS
DATE_WITHOUT_HOUR: 03/01/2022 00:...
Adriana
Votes: 0
Answers: 2