哪位仁兄有功能完整可用的SQL下载地址呢,我有一个地址,但是安装后功能不完整无法使用(没有服务器)我知道的地址是
http://down.xlylw.com/downlist/s_66_1.html
看来,你只能到网上自己搜索了!
自己动手就可以找到的。
去狗狗上下载个开发版
做个VPC环境也可以用哦!
......
insert into dbo.StudentInfo
(Name,Address) values ('zhang','上海')
消息 102,级别 15,状态 1,第 1 行
' ' 附近有语法错误。
SQL code:
insert into dbo.StudentInfo
(Name,Address) values ('zhang','上海')
有一些特殊字符在里面
Name不行吧A ......
字段1 字段2 字段3 字段4 字段5 字段6 ...
1 XX1 .. .. .. ..
2 XX2 .. .. ......
表t1
id crdate num
----------------------------------------
1 2010-02-26 17:03:00.000 1
2 2010-02-26 17:03:02.000 3
3 2010-02-26 17:03:07.000 2
4 2010-02-26 17:03:09.000 3
5 2010-02-2 ......
有个表taba
ID GL_CODE CURRENCY
00121 USD1001 USD
00121 USD1002 USD
00121 0001001 CNY
00121 0001002 CNY
00122 HKD2001 HKD
......
sql代码如下:
select dictcharge.no1 as no1 ,
dictcharge.name1 as name1,
patinfo.hospcode,
sum(hosp_detail_price.price) as price
from dictcharge, his_history..hosp_detail_price hosp_detail_price, dictmedi , his_history..patinfo patinfo
where dictmedi.mediid = hosp_detail_pr ......