2021年1月22日

Notepad++的常用功能收集

摘要: Notepad++介绍全目录:https://www.crifan.com/files/doc/docbook/rec_soft_npp/release/htmls/index.html 文章目录浏览:https://www.crifan.com/files/doc/docbook 3.6. Not 阅读全文

posted @ 2021-01-22 13:44 jack_Meng 阅读(1389) 评论(0) 推荐(0)

Sql Server中判断数据库、表、列是否存在的方法

摘要: 如何判断SQL中某个数据库是否存在 在SQL Server数据库编程时,常抄常需袭要判断一个数据库bai是否已经存在,如du果不存在则创建此zhi数据库。常用的方法dao有以下三种:1. select * From master.dbo.sysdatabases where name='test_d 阅读全文

posted @ 2021-01-22 09:45 jack_Meng 阅读(7509) 评论(0) 推荐(1)

导航