由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 请教sql server的一个select..into问题
相关主题
问个SQL的问题journal for sql server
SQL server 2000有hidden records吗?请问Enterprise level experience
SQL SERVER 面试题, find the objectsshutdown 200+ SQL SERVERS in 45 minutes
NOLOCK为什么不是蓝色的?Re: A question for SQL Server
菜鸟问题,急SQL server 和SQL anywhere的区别是什么?
how to register SQL Server in intranetSQL Server stupid questions
Any SSIS high hand here?Question
什么也不懂,要考个SQL Server 的证what is Microsoft SQL server 's version number?
相关话题的讨论汇总
话题: sql话题: server话题: field2x话题: select话题: access
进入Database版参与讨论
1 (共1页)
h**k
发帖数: 662
1
要把一个access里的sql 转化到sql server.
在access
select tbl.field1 as field1x, "" as field2x into newtable.....
"" as field2x 部分怎么在SQL Server里面实现那?
w*******e
发帖数: 1622
2
一样呀

【在 h**k 的大作中提到】
: 要把一个access里的sql 转化到sql server.
: 在access
: select tbl.field1 as field1x, "" as field2x into newtable.....
: "" as field2x 部分怎么在SQL Server里面实现那?

j*****n
发帖数: 1781
3
change double quote to single quote, that's all.

【在 h**k 的大作中提到】
: 要把一个access里的sql 转化到sql server.
: 在access
: select tbl.field1 as field1x, "" as field2x into newtable.....
: "" as field2x 部分怎么在SQL Server里面实现那?

B*****g
发帖数: 34098
4
sql server里null和‘’也一样?

【在 j*****n 的大作中提到】
: change double quote to single quote, that's all.
n********6
发帖数: 1511
5
aglee.

【在 j*****n 的大作中提到】
: change double quote to single quote, that's all.
j*****n
发帖数: 1781
6
no; here LZ wants an empty string.

【在 B*****g 的大作中提到】
: sql server里null和‘’也一样?
1 (共1页)
进入Database版参与讨论
相关主题
what is Microsoft SQL server 's version number?菜鸟问题,急
SQL Server 2000: When?how to register SQL Server in intranet
One question on SQL ServerAny SSIS high hand here?
how to particially delete record in sql server什么也不懂,要考个SQL Server 的证
问个SQL的问题journal for sql server
SQL server 2000有hidden records吗?请问Enterprise level experience
SQL SERVER 面试题, find the objectsshutdown 200+ SQL SERVERS in 45 minutes
NOLOCK为什么不是蓝色的?Re: A question for SQL Server
相关话题的讨论汇总
话题: sql话题: server话题: field2x话题: select话题: access