python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to leave in the selection only those values that match on one line?
There is a table that stores information about the card.
id_card, card_number, card_value
When a client issues a card, he has a choice: digital card or digital with plastic
When issuing a digital car...
Manne
Votes: 0
Answers: 2
Oracle: Why dateStr and dateFmt using different date format can work well in Oracle TO_DATE( dateStr, dateFmt)?
Oracle version:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
Test:
select TO_DATE('2022.02.21','YYYY-MM-DD') from dual; --- convert success
select TO_DATE('20...

Guo
Votes: 0
Answers: 1
Oracle ARCXXXX.0001 files and how to clear them
I would like to know what these files are and how to clear them.
They've been using up quite a bit of my disk space.
ARC file
I have tried using RMAN to try and clear but I will get this error:
RMAN
T...

Jack Day
Votes: 0
Answers: 1
Select Only the Most Recent Row
I'm using a query to pull the valuation cost of projects. It works well, except sometimes it returns multiple rows for a valuation.
How can I modify my query to get only the most recent record to avoi...
GTS Joe
Votes: 0
Answers: 2