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)
How to calculate the result size of a select table query
I wan to calculate result size from select table using query.
Like, select * from product_table
products: qty
Apple 3
Orange 4
pencil 2
pen 2
banana 3
From the query, i get ...
YoutubeCap
Votes: 0
Answers: 0
How to get difference of 2 dates in Toad Teradata SQL
I'm trying to get the difference between a due date and the system date in Teradata SQL using Toad.
SELECT
RECORD_ID,
DUE_DATE,
(DUE_DATE - CURRENT_DATE) DaysDiff
FROM TABLENAME
It returns an error:...
Michael T
Votes: 0
Answers: 0
Oracle SQL Developer prompting for Radius 2FA authentication twice
I recently switched to Radius 2FA for my Oracle database. When I tried to connect to the database using my Radius pin on Oracle SQL Developer, I get prompted twice for authentication before my connect...
elixify
Votes: 0
Answers: 0
Connect to Oracle with TOAD
Is there any way to connect to Oracle using TOAD without installing an Oracle client?
Narsi
Votes: 0
Answers: 1