The faster way to update a billion of lines.
When you asked to convert data by using Oracle built-in functions as trim, to_date, to_number and etc, to migrate data from some columns in a big table on your production system the better path to follow is a CTAS (Create table as select). On Friday one developer sent me an e-mail asking to use trim[…]