I am trying to select data from one table and insert the data into another table
SELECT ticker FROM tickerdb;
Using OracleSql I am
You will get useful information from here.
SELECT ticker INTO quotedb FROM tickerdb;