i get timestamp.
Is the query below the correct syntax though?
insert into Table (A, A1, A2, A3, A4, A5)
select 'pear',A1, A2, A3, 'XXX', 'YYY', 'default'
from Table
where A=apple
How can you do the above if 'XXX', 'YYY', 'default' does not come from table Table?