摘要:
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Thr 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; names 阅读全文
摘要:
COMMENT on column 表.字段 is '字段注释'; COMMENT ON table 表 IS '表注释'; 阅读全文