copy values starting with alphabets only from one oracle table to another
        Posted  
        
            by coder247
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by coder247
        
        
        
        Published on 2010-04-23T09:49:46Z
        Indexed on 
            2010/04/23
            9:53 UTC
        
        
        Read the original article
        Hit count: 360
        
I like to compare two tables in oracle and copy the values from table_a to table_b with the following conditions. Which doesn't exist in table_b but in table_a. And only the values starting with an alphabet or not starting with a number. And only the records modified today. I'm not an oracle expert so please be gentle. :) Thanks....
© Stack Overflow or respective owner