B
Blinda
Dear all,
I already have a table. In this table, I have three columns for id,
firstName, LastName. How can I get three more columns for the FirstInitial,
LastInitial, and Initial? FirstInitial is the first letter of firstName,
LastInitial for the first letter for LastName, and Initial needs put the
LastInitial and FirstInitial together.
The records in my table look like:
id FirstName LastName
00021 Mary Smith
01234 John Atikins
The table I expect will look like:
id FirstName LastName FirstInitial LastInitial Initial
00021 Mary Smith M S SM
01234 John Atikins J A AJ
Can anybody help, Thanks,
Blinda
I
I already have a table. In this table, I have three columns for id,
firstName, LastName. How can I get three more columns for the FirstInitial,
LastInitial, and Initial? FirstInitial is the first letter of firstName,
LastInitial for the first letter for LastName, and Initial needs put the
LastInitial and FirstInitial together.
The records in my table look like:
id FirstName LastName
00021 Mary Smith
01234 John Atikins
The table I expect will look like:
id FirstName LastName FirstInitial LastInitial Initial
00021 Mary Smith M S SM
01234 John Atikins J A AJ
Can anybody help, Thanks,
Blinda
I