question:how find a record import other database.

answer:

solution one:you user insert into table_name values(value1,value2,...)

solution two(recommend):preface you use pl/sql developer tool

1.select * from table_name where condition

2.accordance the following step

 

3.see code start operator

posted on 2017-11-08 00:14  杨杨yang  阅读(188)  评论(0)    收藏  举报