how find a record import other database.

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

原文地址:https://www.cnblogs.com/yjhlsbnf/p/7802057.html