how find a record import other database.

Posted yjhsbn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于how find a record import other database.的主要内容,如果未能解决你的问题,请参考以下文章