GeekArticles
FAQ
Oracle FAQSQL Query to find gaps in date ranges
Author: asktom.oracle.com |
Published: 8th Nov 2007 |
Visited: 81 times |
Add CommentFiled in: Oracle FAQHi Tom,
I have a problem that I would like to solve using pure SQL and not PL/SQL (if possible). I suspect that there may be an Analytic solution to the problem, but have not been able to work it out for myself thus far.
I have a table with th...
Read Article Sponsored Links
Related Articles
• Sql query Sir,
I have joined this team having severe problems with SQL and found one having excessive CpU from AWR reports.
There are many changes that we have suggested to this insert, could you please give your valuable inputs also please.
On a 10G i ...
• Query Hi Tom,
I definetly remember seeing something similar to this on this site, but could not find. If I am right, could you direct me to the link please?
Thank you,
Sinan
here is my question.
<code>
-- Create table
create table ASKTOM_TA ...
• date field in many to many relationships Hi Tom,
Good morning. While resolving many-many relationships, we create an intersection table and we create a FK for the other two table Primary keys. But if the PK tables have date fields in them i.e. hire date,create date etc, do we need t ...