How can I create a sequence in SQLite?
        Posted  
        
            by Nidhi 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nidhi 
        
        
        
        Published on 2010-05-12T08:19:44Z
        Indexed on 
            2010/05/12
            8:24 UTC
        
        
        Read the original article
        Hit count: 215
        
sqlite
I have create a table in sqlite.
there is two fields pk_categoryid,category_name.
I want to enter only one value from user side.
so how can I create sequence
© Stack Overflow or respective owner