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 can use
insert into select from