Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
asp sql - sql query for last char in a string
Name: lizzard Date: April 24, 2009 at 08:40:14 Pacific OS: Windows XP Subcategory: General
Comment:
Hi I need to find out how to query the last character in a string:
Im querying if there is characters A or B or C as last char within string.
scenario
Test marks for various subjects. FrenchA FrenchB FrenchC
I want the marks for the individual modules, but I want a roll up amalgamation for French which will be a new record with the total marks of A B and C added together.
Summary: update---- i was able to make a function to remove the vowels in a string.. however, the way i have the function set up it puts a space where a vowel was. is there a way to delet the spaces in the st...
Summary: Hi, I want to write a batch file that can split words within a string. for example, I have a string "Hello-World". I just want to echo out any characters before the "-". so when I echo out, it would j...