News

Replace "new_table" with the name of the table to create, and replace "old_table" with the name of the table to select from. The INTO clause behaves the same as CREATE TABLE in other SQL environments.
If_exists only determines the behavior of what to_sql () will do if a table exists. It does not however allow a user to set the behavior when no table exists i.e. if it should create a table or simply ...