Viewing 15 posts - 1 through 15 (of 16 total)
Was wondering if this is doable in an oracle database?
July 3, 2012 at 10:36 am
That's a good one. No this is not a H/W Question.
We have a case where we need to get all the records which has a specific criteria. I had generalized...
February 15, 2010 at 5:24 pm
Thanks for the reply. The distinguishing feature of the dummy course is that all the students in the system will be assigned to that dummy row.
March 15, 2007 at 11:23 am
Hah... I forgot to post what the question was..
I need to write a query to find out the dummy rows if they exist...
March 15, 2007 at 8:12 am
These are external table for me and i do not have access to modify these tables. I have select permission from those two tables.
Ashok
September 8, 2006 at 2:04 pm
My current query looks like this ...
select a.aid, a.aname, a.comments as commets, b.acommnets as updatedcomments from
TABLE A LEFT JOIN TABLE B on a.aid = b.aid
where do i put the IF...
September 8, 2006 at 12:59 pm
This solution seems to be working for me.
Thank you!
September 1, 2006 at 12:43 pm
First of all thank you for your help.
This solution that you had proposed works partially. The query will return id, name, tracking_number and start_date for the record whose starting date...
August 30, 2006 at 5:04 pm
There is a small issue with the query. The inner query "(select a.id,a.name,a
August 30, 2006 at 12:21 pm
Gopi. Thanks for your response. Your solution worked!
Thanks a lot
Ash-
August 23, 2006 at 4:43 pm
Viewing 15 posts - 1 through 15 (of 16 total)