How to create a view and update it later?
        Posted  
        
            by Tommy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tommy
        
        
        
        Published on 2010-03-12T01:42:40Z
        Indexed on 
            2010/03/12
            1:47 UTC
        
        
        Read the original article
        Hit count: 340
        
Is it possible to update the same view with new data? Using UPDATE after CREATE didn't seem to work.  
Create view ID 1-10 if it does not exist.
. 
. //
. //
. 
Update view **ID** 2-10   
Any help is appreciated.
© Stack Overflow or respective owner