jubilant-system-core/sql/insert_news.sql

22 lines
325 B
SQL

insert into squadrons_news_historical (
operation_id,
type_of_news,
news_id,
"date",
category,
motd,
author,
cmdr_id,
user_id
) values
(
:operation_id,
:type_of_news,
:news_id,
:date,
:category,
:motd,
:author,
:cmdr_id,
:user_id
);