![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| counting the number of occurences | johjoh | Shell Programming and Scripting | 3 | 04-28-2009 06:14 AM |
| Perl - Count occurences | TimHortons | Shell Programming and Scripting | 22 | 01-31-2009 01:30 AM |
| no of occurences of q word | Satyak | Shell Programming and Scripting | 6 | 09-29-2008 02:38 AM |
| occurences of words | vanitham | Shell Programming and Scripting | 3 | 09-24-2008 04:53 AM |
| How to find all occurences of word? | vanitham | Web Programming, Web 2.0 and Mashups | 0 | 09-06-2008 05:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Retrieve all matches of occurences of words
Hi,
I have rows like this. Code:
Retractor muscle (PRM) of Helix pomatia Genetic characterization of a prm- mutant Values of PRM data. Expression pattern of prmt5 in adult fish. PRMT-5 negatively regulates DNA genetic fusions of prM-E protein Methylation of Xilf3 by Xprmt1b alters its DNA. protein arginine methyltransferase AtPRMT10 How to write a MySQL query such that first 6 rows are retrieved?? The output should be like this: Code:
Retractor muscle (PRM) of Helix pomatia Genetic characterization of a prm- mutant Values of PRM data. Expression pattern of prmt5 in adult fish. PRMT-5 negatively regulates DNA genetic fusions of prM-E protein Any ideas??? How can i do this??? Regards vanitha |
|
||||
|
I would try using SELECT with LIKE '%x%' and LIMIT to the SQL query, for string comparisons you can check this: MySQL :: MySQL 6.0 Reference Manual :: 11.4.1 String Comparison Functions
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|