numa estrutura
ID_LANCTO Integer (Generator) PK
CODIGO Integer
DATA Date
VALOR Numeric(18,2)
HISTORICO Varchar(100)
o FB suporta algo como:
Insert into tabela
select * from tabela
where codigo = 1
and data = '07/02/2007'