The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
problem with sql command in pro*c
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
problem with sql command in pro*c
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-09-2008
penchal_boddu
Registered User
Join Date: Apr 2008
Location: Bangalore
Posts: 120
Hi,
May be
values
clause is missing there.
The syntax i remenber is :
Insert into table1 values
( select
.
.
.
..
);
Thanks
Penchal
penchal_boddu
View Public Profile
Find all posts by penchal_boddu