insert into new_table ( select * from old_table);
সোমবার, ৬ মে, ২০১৯
এতে সদস্যতা:
পোস্টগুলি (Atom)
Row-level “Add” icon using a virtual column (APEX-safe)
1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...
-
Queries to find the Child or Parent tables of a table Many times during maintenance activities on the table...
-
CREATE OR REPLACE PROCEDURE dp_xx_trgscript ( in_table_name VARCHAR2, in_table_desc VARCHAR2 ) AUTHID CURRENT_USER IS ...
-
SYSTEM.CURSOR_RECORD represents the number of the record where the cursor is located. This number represents the record's current physi...
