select 11111 || CHR(47 + rownum) id from all_tables where rownum  <  11
UNION
select 11111 || CHR(64 + rownum) id from all_tables where rownum  <  10