Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle last modification in table

SELECT INSERTS, UPDATES, DELETES, TRUNCATED, TIMESTAMP
FROM DBA_TAB_MODIFICATIONS
WHERE TABLE_NAME = 'my_table'
  AND TABLE_OWNER = 'my_owner';
Comment

PREVIOUS NEXT
Code Example
Sql :: import data from csv to sql server 
Sql :: sqlite insert if not exists 
Sql :: get table column names sql 
Sql :: postgres how to add field created at 
Sql :: tablas bootstrap responsive sql server para datos vivos 
Sql :: sql online 
Sql :: mysql query to find duplicate records 
Sql :: oracle group 
Sql :: select into 
Sql :: mysql on duplicate key ignore 
Sql :: using SQL in rails migration 
Sql :: oracle list days between two dates 
Sql :: mysql workbench tutorial 
Sql :: Add new column T-SQL 
Sql :: truncate table sqlite 
Sql :: mysql command 
Sql :: mysql group concat 
Sql :: rand mysql 
Sql :: mysql show category once count how many products 
Sql :: oracle lock user 
Sql :: how to find top 3 salary in sql 
Sql :: postgresql select case insensitive 
Sql :: how to open mysql in docker 
Sql :: mysql is odd 
Sql :: mysql size of database 
Sql :: Import zipped mysql dumps 
Sql :: min mysql 
Sql :: sql or 
Sql :: sql table alias join 
Sql :: oracle last connexion 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =