mysql_func.sh 87 B

12345
  1. #!/bin/bash
  2. insert_table() {
  3. insert into tableName select id, name from tableNameB
  4. }