if the row is not important : export.. fetch first row only
or if you know the key : export .. where key=x
account_number can be forced in export with literal
you can export in any order .. select col1,col2...
at import the same : insert into ..(col1,col2
see import syntax
IMPORT