|
|
-
Madhivanan Commented 4 Months ago through Just Learned | 1 Point
Balakrishna, isnumeric is not fully reliable. It will aceept formatted number. Refer this post for more information http://beyondrelational.com/modules/2/blogs/70/posts/10803/enhanced-isnumeric-function.aspx...
|
|
|
|
|
-
Madhivanan Commented 8 Months ago through Just Learned | 1 Point
There is a three part of mine http://beyondrelational.com/modules/2/blogs/70/posts/14280/removing-unwanted-characters-part-3.aspx...
|
-
Madhivanan Commented 8 Months ago through Just Learned | 1 Point
There is a three part of mine http://beyondrelational.com/modules/2/blogs/70/posts/14280/removing-unwanted-characters-part-3.aspx...
|
-
Madhivanan Liked 10 Months ago through Just Learned | 1 Point
Replicate() function can be used to replicate characters. suppose replicate('a',5) will returns "aaaaa"
When you are using replicate function, if it returns more than 8000 characters, it will truncate that.
To prevent that, you need to cast to nvarc...
|
-
Madhivanan Learned 10 Months ago through Just Learned | 1 Point
Replicate() function can be used to replicate characters. suppose replicate('a',5) will returns "aaaaa"
When you are using replicate function, if it returns more than 8000 characters, it will truncate that.
To prevent that, you need to cast to nvarc...
|
-
Madhivanan Liked 10 Months ago through Just Learned | 1 Point
Replicate() function can be used to replicate characters. suppose replicate('a',5) will returns "aaaaa"
When you are using replicate function, if it returns more than 8000 characters, it will truncate that.
To prevent that, you need to cast to nvarc...
|
-
Madhivanan Learned 10 Months ago through Just Learned | 1 Point
Replicate() function can be used to replicate characters. suppose replicate('a',5) will returns "aaaaa"
When you are using replicate function, if it returns more than 8000 characters, it will truncate that.
To prevent that, you need to cast to nvarc...
|
-
Madhivanan Liked 10 Months ago through Just Learned | 1 Point
[code]Select power(10.0,power(10.0,10))[/code]
The result is 1 followed by 10000000000 zeroes. If you want to write it using a pen in a paper and your writing speed is one digit per second, you will take approximately more than 317 years to completely ...
|