copy values starting with alphabets only from one oracle table to another
- by coder247
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....