tablecopy.py
changeset 93 b72591087495
parent 56 94e091c23ebb
child 96 acf63df539b7
equal deleted inserted replaced
92:8816c917979c 93:b72591087495
     1 #!/usr/bin/env python3.2
     1 #!/usr/bin/env python3
     2 #
     2 #
     3 # Copy data between tables with same table schema.
     3 # Copy data between tables with same table schema.
     4 #
     4 #
     5 # Copies full table, target table must be empty.
     5 # Copies full table, target table must be empty.
     6 # Can copy multiple tables in one run.
     6 # Can copy multiple tables in one run.