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
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Oracle
insert into from where order by ?
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
mather
New Member
Join Date:
Feb 2007
Posts:
3
#1
insert into from where order by ?
Feb 28 '07, 08:04 AM
i am geting error for the following command from vb6
insert into table1 from select * from table2 where <condition> order by field1
rectoverso
New Member
Join Date:
Mar 2007
Posts:
16
#2
Mar 2 '07, 07:50 PM
Originally posted by
mather
i am geting error for the following command from vb6
insert into table1 from select * from table2 where <condition> order by field1
try this
insert into table1 using (select * from table2 where <condition> order by field1 )
Comment
Post
Cancel
vijaydiwakar
Contributor
Join Date:
Feb 2007
Posts:
579
#3
Mar 3 '07, 09:18 AM
Originally posted by
mather
i am geting error for the following command from vb6
insert into table1 from select * from table2 where <condition> order by field1
what's d error?
Comment
Post
Cancel
Dave44
New Member
Join Date:
Feb 2007
Posts:
153
#4
Mar 3 '07, 06:22 PM
Originally posted by
vijaydiwakar
what's d error?
looking at the statement he provided it looks like the "from" keyword is what is wrong.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment