| Author |
Message |
lukemmiller
Joined: 29 Jan 2013 Posts: 2
|
Posted: Tue Jan 29, 2013 8:10 pm Post subject: Getting a substring of value in another column |
|
|
| I am trying to generate a username based on the the first initial of their First Name and their last name. I see how to get their last name $[LastName]. How do I extract the first initial of their first name? |
|
| Back to top |
|
 |
stanori
Joined: 23 Apr 2012 Posts: 65
|
Posted: Wed Jan 30, 2013 11:11 pm Post subject: |
|
|
Hi lukemiller,
Thanks for your post. There isnt a way to do this out of the box in SQL Data Generator. You could try writing a Regular Expression using the RegEx generator to try and accomplish this, or create a file containg first letters, and use this file as a generator in conjunction with the RegularExpression. The Last name and first name generators are using files that get installed with SQL Data Generator (first.txt and last.txt). Hope this helps.
Best Regards, _________________ _________________
Steve Tanori
Product Support
Red Gate Software Ltd.
866-997-0378 |
|
| Back to top |
|
 |
nelsont
Joined: 05 Mar 2013 Posts: 1
|
Posted: Tue Mar 05, 2013 10:21 pm Post subject: SQL Script |
|
|
Would it be possible to write a SQL script and have it automatically run after the data is generated?
replace username with left(firstname,1)+lastname |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group