datetime - Deletion based on date of insertion of entry into table in Oracle -


i want know if oracle allows delete records table inserted before particular time , date if table not contain insertion_date column.

the answer no. oracle not keep track of when row inserted. have create column , add data/time when row inserted delete row based on date. in short have keep track of yourself.


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

php - Wordpress: Link a post to posts of another category manually -

apache - PHP Soap issue while content length is larger -