August 24, 2010 at 12:21 pm
I have a string like this.I want to count that how many character in the string.my string is‘abcdefghijklmnopqrstuvwxyz’
Please let me know how many characters are these? Try to do it with the convert function.
actually , i got the result using function like
select len('abcdefghijklmnopqrstuvwxyz')
anybody know how to solve using convert or cast function.
August 24, 2010 at 12:30 pm
August 24, 2010 at 12:37 pm
Yes it is possible using the convert or cast function !!!
may be you don't know that..
August 24, 2010 at 12:41 pm
Sure, it may be possible, but why would you?
What he's saying is the only reason he can think of to do that is because a teacher challenged you with it. If that's the case, we really shouldn't be helping. Use your imagination and come up with a solution - that's what your teacher expects!
If this isn't a homework assignment, use LEN(). Anything else would be inefficient (and cryptic and unreadible).
August 24, 2010 at 12:54 pm
jkp2311 (8/24/2010)
Yes it is possible using the convert or cast function !!!may be you don't know that..
Its possible to water your lawn with a shotglass.
But if you have a sprinkler system installed, why would you?
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply