由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - help need
相关主题
Questions on SQLQuestion about T-SQL
转换成时间的格式 MS SQLSQL help.
Memo Field一问#在SQL里啥子意思
Re: How to change Default SQL String Buffer Size(1K) for ODBC Driveranyone can help on this query, thanks!
门外菜鸟求教Database的运行维护一般具体包括些什么?誰來幫我開來開悄? Interesting SQL query
help! A bug about date type !SQL里如何做regular expession 的match?
问个查询问题。请教一个求职面试题:如何写一个SQL query求表中对角线的和
check box为什么显示不了已check? (on SQL server)请教2个sql query 问题
相关话题的讨论汇总
话题: text话题: string话题: chars话题: need话题: sql
进入Database版参与讨论
1 (共1页)
w*i
发帖数: 63
1
should be very simple, but need your help...
a very big string, more than 255 chars.
i am using SQL server 6.5, and varchar()
can not hold more than 255 chars in 6.5
version (in 7.0, it can hold 8000 chars)
So, i am trying to use 'text' instead
of 'varchar'. however, i can't find
any useful function to operate on
big 'text' string(such as @xxxx), seems
all text function works for tables'
column.
anybody can help me? Great thanks..
w*i
发帖数: 63
2
actually, i just wanna know the functions
that can do
'patindex(), substring(), STUFF(), ltrim()'
for 'text', instead of 'varchar'.
please note it is SQL 6.5
thankssss

【在 w*i 的大作中提到】
: should be very simple, but need your help...
: a very big string, more than 255 chars.
: i am using SQL server 6.5, and varchar()
: can not hold more than 255 chars in 6.5
: version (in 7.0, it can hold 8000 chars)
: So, i am trying to use 'text' instead
: of 'varchar'. however, i can't find
: any useful function to operate on
: big 'text' string(such as @xxxx), seems
: all text function works for tables'

w*****h
发帖数: 139
3
You want to do it in VBScript?
Why not convert it to string? CStr(...)

【在 w*i 的大作中提到】
: should be very simple, but need your help...
: a very big string, more than 255 chars.
: i am using SQL server 6.5, and varchar()
: can not hold more than 255 chars in 6.5
: version (in 7.0, it can hold 8000 chars)
: So, i am trying to use 'text' instead
: of 'varchar'. however, i can't find
: any useful function to operate on
: big 'text' string(such as @xxxx), seems
: all text function works for tables'

w*i
发帖数: 63
4
VBSCRIPT? NO NO, IT IS JUST A SMALL
PROBLEM IN MICROSOFT SQL-SERVER 6。5
STRING CAN HOLD 255 CHAR, BUT I NEED
A VERY BIG STRING, THAT MUST BE HELD
IN TEXT。 BUT I CAN‘T FIND ANY USEFUL
FUNCTIONS FOR TEXT。 :-(

【在 w*****h 的大作中提到】
: You want to do it in VBScript?
: Why not convert it to string? CStr(...)

1 (共1页)
进入Database版参与讨论
相关主题
请教2个sql query 问题门外菜鸟求教Database的运行维护一般具体包括些什么?
error file或者exception filehelp! A bug about date type !
请问如何用sql combine 同个表中的数据问个查询问题。
一个关于T-SQL的问题check box为什么显示不了已check? (on SQL server)
Questions on SQLQuestion about T-SQL
转换成时间的格式 MS SQLSQL help.
Memo Field一问#在SQL里啥子意思
Re: How to change Default SQL String Buffer Size(1K) for ODBC Driveranyone can help on this query, thanks!
相关话题的讨论汇总
话题: text话题: string话题: chars话题: need话题: sql