HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

is it possible to manipulate a temporary table with triggers?

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
temporarywithmanipulatepossibletriggerstable

Problem

I created a temporary table and I want to manipulate the data of this table with a trigger, doing update, insert, delete in this temporary table is it possible? Mariadb

Solution

Is it possible to manipulate a temporary table with triggers?

No, it isn't.

You cannot associate a trigger with a TEMPORARY table or a view.

Reference

Context

StackExchange Database Administrators Q#319905, answer score: 3

Revisions (0)

No revisions yet.