How to Create a Duplicate Row in Oracle
When working with Oracle databases, it is sometimes interesting to create a duplicate row of a table. Most of the times this happens when I am testing something on an application and need to tweak one of the entries in a table. There is a standard SQL trick to duplicate elements of a table that…