Is there any query in sqlite to choose a substring ?
        Posted  
        
            by john terry
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by john terry
        
        
        
        Published on 2010-04-25T09:18:06Z
        Indexed on 
            2010/04/25
            9:23 UTC
        
        
        Read the original article
        Hit count: 278
        
sqlite
Hey,
Lets say I have a table Y with column X.
There is one row of "X" with the string "abcdefg", and another row with "qwerty".
Can I make a SELECT query in sqlite to choose the row which contains the substring "abcd" ?
Thanks in advance.
© Stack Overflow or respective owner