Activity overview
Latest activity by lukemmiller
Creating sequence of Monthly Entries
I am trying to create a demo database for employee evaluations. Each employee gets 1 evaluation per month. I want to create evaluations for every month from 2010 to 2012.
So I have two tables, empl...
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 ...