Subscribe to:
Post Comments (Atom)
Installation of Oracle 11g and 12c *Kindly see the You Tube video to get installed the database.
-
A pseudocolumn behaves like a table column, but is not actually stored in the table. You can select from pseudocolumns, but you cannot i...
-
CREATE OR REPLACE PROCEDURE get_emp_rs (p_deptno IN emp.DEPARTMENT_ID%TYPE, p_recordset OUT SYS_REFCURSOR) AS BEGIN OPEN p_records...
-
Find the Number in var char column . select * from (select * from table@pwrdev where rtrim(column, '0123456789') is null); select...
No comments:
Post a Comment