RSS
DaniWeb Home
>
Forums
>
Web Development
>
Databases
>
Oracle
selecting the records
Please support our
Oracle
advertiser:
Programming Forums
Thread Tools
Display Modes
Views:
2188
| Replies:
1
•
•
Join Date: Jun 2005
Posts: 5
Reputation:
Rep Power:
0
Solved Threads: 0
amir_ct2001
Offline
Newbie Poster
selecting the records
#
1
Jul 27th, 2005
i have created table named emp contains following fields :name,empno,dob(date of birth),doj(date of join)
i wish to select the record like
select the employee details those who are joined same date.
please replyto me
amir_ct2001
View Public Profile
Send a private message to amir_ct2001
Find all posts by amir_ct2001
•
•
Join Date: Aug 2005
Posts: 5
Reputation:
Rep Power:
0
Solved Threads: 0
weilander
Offline
Newbie Poster
Re: selecting the records
#
2
Aug 3rd, 2005
SELECT *
FROM emp emp1
WHERE TRUNC(emp1.doj) IN (SELECT TRUNC(emp2.doj)
FROM emp emp2
WHERE emp2.rowid <> emp1.rowid)
weilander
View Public Profile
Send a private message to weilander
Find all posts by weilander
Quick Reply to Thread
•
•
•
•
Only community members can participate in forum threads. You must
register
or log in to contribute.
Register
•
•
•
•
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
•
•
•
•
Thread Tools
Display Modes
Show Printable Version
Email this Page
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Related Features
•
•
•
•
Oracle Forum
Databases Forum
Web Development Forum
Web Development Blog
Oracle Forum Highlights
Today's Posts
Oracle
Databases
Web Development
All Forums
Unanswered Threads
Oracle
Databases
Web Development
All Forums
Blog Tag Cloud
•
•
•
•
deleting records from ms sql table where columns have duplicate values
All Recent Tags
Similar Threads
SQL SERVER 2000 Selecting a record based on an aggregate function
(MS SQL)
please anybody to help Dropdownlist selected index problem
(ASP.NET)
Selecting one record to many records
(MS SQL)
Fast retrieving of records
(MS SQL)
ASP .NET Display Random records from the database
(ASP.NET)
How to list the record orderby id when selecting distinct
(Visual Basic 4 / 5 / 6)
force Search Page to return no records on open
(ASP)
Querying database records
(Visual Basic 4 / 5 / 6)
Other Threads in the Oracle Forum
Previous Thread:
Accessing Oracle 10g table with MS access 2003
Next Thread:
Wow! Fabulous 70% discount offer.
Forums
|
Blogs
|
Tutorials
|
Code Snippets
|
Whitepapers
|
RSS Feeds
|
Advertising
All times are GMT -4. The time now is
12:12 am
.
Newsletter Archive
-
Sitemap
-
Privacy Statement
-
Acceptable Use Policy
-
Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC