ringa_lee
Query: select substr(isbn,0,13) from table
Modification: update table set isbn = substr(isbn,0,13)
Query: select substr(isbn,0,13) from table
Modification: update table set isbn = substr(isbn,0,13)