Viewing 9 posts - 46 through 54 (of 54 total)
I have also tried this approach (building my own loop).
The steps were:
Create a table (IdIndividual, IdMother, IdFather, Depth).
Create a sp with the parameters @IdIndividual, @Depth -> whithe the following...
May 3, 2012 at 12:37 am
Yes..I know 🙂
And I havepost it on Mysql forums, but it seems there isn't an easy way to do that.
There isn't any syntax in MySQL for extracting text using regular...
March 20, 2012 at 9:37 am
REGEXP is not ok for my case, because it will only return 1/0 (if the pattern is found inside the string or not) and it does not return the position...
March 20, 2012 at 9:13 am
I modified the function dbo.StripAlphaNumeric to also eliminate characters with ASCII code 192-> 252 because I have some of those there that I do not consider separators.
Then used the function...
March 2, 2012 at 7:32 am
I apologize for confusions.
I need the letters to.
What I do have is a text column with ingredients from certain recipes. And all the ingredients should be separated only by ','.
At...
March 1, 2012 at 11:49 pm
Basically I need to find all the characters that are between one word and another.
So every character that is different from [a-z].
For example in a text like:
"4 filets de rascasses,<br...
March 1, 2012 at 8:55 am
Thank you for your answers.
I will keep the varchar column as it was and add a new table that will be populated with the types of dates.
Next I will add...
June 24, 2011 at 1:28 am
Thank you for your answer!
I am not allowed to change the column to datetime so that the users will not be restricted to a datetime column. The users will add...
June 23, 2011 at 1:54 am
Yes..I know..:)
The problem is I haven't created it, I just have to fix it..:)
Anyway, thank you for your reply!
June 22, 2011 at 8:01 am
Viewing 9 posts - 46 through 54 (of 54 total)