can anyone tell me how to insert data into database tables by using where condition in oracle ?
can anyone tell me how to insert data into database tables by using where condition in oracle ?
in oracle we can not write where condition but we can write where condition in the select statment
i am not getting your question properly......
what you want to do...?
table in oracle.........?
tell me some thing more for that.....
.......CONFUSED.........
![]()
online casino
Please press "Thanks" Button, Don't Say "Thanks"
insert ,into table name where column name = relevant info
or
insert ,into table name where tablename.column name = relevant info
Hi,
alter table <table name> add < column name> variable
This is the procedure for add new column in a table
![]()
Bookmarks