最近看前辈们的代码,发现了一个没有接触过的类型:serial。 下面是关于serial的官方介绍: SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE. SERIAL DEFAULT VALUE in the definition of an integer column is an ali…
代码:
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ADODB;namespace ConsoleApp1
{internal class Programre{static ADODB.Recordset recordsetInstance…