runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年3月28日

摘要: SELECT * FROM table as t WHERE "张三的偶像" LIKE t.userName; bool thisMchBelong = _mch_blackService.Exists(x => x.merchant_name == model.MerchantFullName | 阅读全文
posted @ 2020-03-28 16:20 runliuv 阅读(172) 评论(0) 推荐(0) 编辑

摘要: sql server 怎么在原有表上加自增长主键列,并指定主键名: ALTER TABLE [Merchant_black] ADD Id bigint identity(1,1) constraint PK_Merchant_black PRIMARY KEY (Id) 阅读全文
posted @ 2020-03-28 11:06 runliuv 阅读(490) 评论(0) 推荐(0) 编辑