SQL> select dbms_random.string('l', 8)||'@'||dbms_random.string('l', 7)||'.com' email from dual; EMAIL ------------------------------------------------------------------------------------ irslsxrf@wltikyv.comThe first parameter 'l' means string will be created in lower cases.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.