摘要:
未识别错误,是因拼写错误或找不到定义文件。 下面列举一些类型和函数用到的单元。 _Stream ADODB_TLB akTop, akLeft, akRight, akBottom Controls Application (the variable not a type) Forms Beep S 阅读全文
摘要:
1)使用以下查询语句: select * from sysprocesses where dbid in (select dbid from sysdatabases where name='MyDatabase') 由上面的语句可以看出系统表获取一些连接和活动信息,主要介绍下面的两个系统表: (1 阅读全文
摘要:
-- 1. 在使用select into前,可以先做一下判断 if OBJECT_ID('tempdb..#TT')is not NULL drop table #TT -- 2. 查询结果保存为临时表 SELECT * INTO #TT FROM ( SELECT * FROM fkcData0919 ) AS aaa ORDER BY [乡(镇)] +[村] -- 3. 查询临... 阅读全文