Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Oracle only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Oracle
deleting data
deleting data
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
orajit
New Member
Join Date:
Nov 2007
Posts:
75
#1
deleting data
Jun 26 '08, 10:16 AM
I have two tables say EmpA and EmpB
I wanted to delete data from EmpA That data there in EmpB
can u do that ..
Thanks in advance .
r035198x
MVP
Join Date:
Sep 2006
Posts:
13225
#2
Jun 26 '08, 11:46 AM
1.) Always back up before deleting.
2.) How are you determining that data in A is in B? i.e What are you using to identify the data?
Comment
Post
Cancel
vijayg14
New Member
Join Date:
Jul 2008
Posts:
2
#3
Jul 2 '08, 09:03 AM
Hi,
for this use this query
delete from table a where <condition>
Comment
Post
Cancel
amitpatel66
Recognized Expert
Top Contributor
Join Date:
Mar 2007
Posts:
2358
#4
Jul 2 '08, 09:45 AM
Yes you can do that.....
Hint: Use DELETE statement and IN operator in the WHERE condition
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment