标签: sql sql-server stored-procedures case-statement insert-statement
我有3个表A,B,C。我有两个不同的INSERT语句要插入到这三个表中。我想有一个case语句,它将根据某些条件决定哪个INSERT语句将针对哪个表运行。我如何为此提出理由。
lIke - 考虑table driving_table-- table_name table_type 静止的 B静态 C DYNAMIC
现在我想要一个案例,当table_type = static或INSERT语句2时,当table_type = DYNAMIC