execute block asdeclare variable i int = 0;begin while(:i < 100) do begin :i = :i + 1; insert into m_user(code) values('shang hai' || :i); endend