- Joined
- Oct 28, 2011
- Messages
- 5
- Reaction score
- 0
I'm fairly new to programming and ive been assigned the job of building a database for my school. Besides the thousands of ridiculous problems access VBA presents I have an SQL question today. So i had a list of about 750 entries and 690 seperate names. Every name is structured like : Programmer, Troubled or PROGRAMMER, TROUBLED. First comma last. Ive narrowed down the list to just the unique names and here is what ineed help with. I have two collums, one for first name, one for last name. I putt all of the concatinated names in first name collumn to start me off. Ineed to make an sql statement that will sepeate every name into two parts and update both columns with the right name. I can do the rest of the statement I just need to know how in SQL to sepaate a sting based on a single character such as a comma.
PS keyboard here sucks half the keys dont press unless you hammer them down so i appologize for missing letters in words
PS keyboard here sucks half the keys dont press unless you hammer them down so i appologize for missing letters in words