A
Size: a a a
A
A
S
S
ED
DA
select id from table
запрос в БД? Может ли быть вообще в этом необходимость?p
select id from table
запрос в БД? Может ли быть вообще в этом необходимость?A
PostgreSQL actually treats every SQL statement as being executed within a transaction. If you do not issue a BEGIN command, then each individual statement has an implicit BEGIN and (if successful) COMMIT wrapped around it. A group of statements surrounded by BEGIN and COMMIT is sometimes called a transaction block.
A
ФИ
DB
DB
p
ap
DA
Optional[alco]
ФИ
ap
Б
SS