#!/bin/bash

insert_table() {
  insert into tableName select id, name from tableNameB
}