摘要:
1、首先在线安装SQLite 主要的引用 2.App.config配置文件 <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- For more information on Entity Fram 阅读全文
摘要:
--用中括号实现两个字段组合成一个并显示 select Phone as 手机号, (CAST(Name as varchar(20))+'['+ CAST (ShopNo as varchar(20))+']') as 姓名工号 From Shopping (NOLOCK) t order by 阅读全文
摘要:
USE [test] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER function [dbo].[GetNameList](@Ruleids nvarchar(MAX)) returns nvarchar(MAX) as beg 阅读全文