Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
In my application i want to parse date,time and text separately in mysql. For parsing date and time i used date() and time() function. But i can't any function to parse the text in a sentence.
Is there any function?

Thanks in advance.
Posted
Updated 9-Feb-12 5:47am
v2

1 solution

What do you mean by 'parse text' ? This[^] is a list of all the MySQL text functions.
 
Share this answer
 
Comments
psgviscom 9-Feb-12 11:52am    
I mean separating a sentence (i.e) i want split the text,date and time separately.
Christian Graus 9-Feb-12 11:54am    
Well, I gave you a complete list, you may find one method that does what you want, or you may need to write code that uses a combination of methods to get where you need to be.
psgviscom 9-Feb-12 11:56am    
ok. Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900