SELECT * FROM TABLE_NAME AS OF TIMESTAMP TO_TIMESTAMP('17-SEP-2024 16:30:00', 'DD-MON-YYYY HH24:MI:SS');
মঙ্গলবার, ১৭ সেপ্টেম্বর, ২০২৪
এতে সদস্যতা:
পোস্টগুলি (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...
