PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

Como evitar múltiplas inserções no PostgreSQL


Se você mostrar como as variáveis ​​são calculadas, pode ser possível construir algo assim:
insert into datas.tb
select
    calculate_j_here,
    calculate_predicted_node_here
from generate_series(1, 10000)