How to import .sql script
摘要:How to import .sql script 1.Export .sql from pl/sql developer you can reference to other document in my blog. 2.use @ symbol import write .sql script
阅读全文
posted @
2017-11-18 00:30
杨杨yang
阅读(195)
推荐(0) 编辑
How to alter department in PMS system
摘要:question:How to alter department in PMS system 1.Use generally method modified department; update emp set deptno='department code' where empno='employ
阅读全文
posted @
2017-11-16 20:02
杨杨yang
阅读(115)
推荐(0) 编辑
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(recommen
阅读全文
posted @
2017-11-08 00:14
杨杨yang
阅读(186)
推荐(0) 编辑
ORACLE_SPOOL
摘要:Question:When you use developer tool in oracle.However,you press Ctrl and click left-mouse in a table.It isn't show table attribution. solution one:Op
阅读全文
posted @
2017-11-06 20:48
杨杨yang
阅读(169)
推荐(0) 编辑