finding the keyword in multiple columns and show the text around it
        Posted  
        
            by hao
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hao
        
        
        
        Published on 2010-04-05T04:02:42Z
        Indexed on 
            2010/04/05
            4:13 UTC
        
        
        Read the original article
        Hit count: 431
        
mysql
If I want to do a search on multiple columns for the keyword abc using like %abc%, how would I show some of the text around that keyword. Similar to what Google does with its search results.
© Stack Overflow or respective owner