摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace 冒泡排序{ class Program { static void Main(string[] args) { i 阅读全文
摘要:
触发器类似于一个监听器的作用。 create trigger triempAdd after update on employee row insert into test_log(content)values('员工表修改了一条记录') 修改 create trigger triempAdd af 阅读全文