我们的生活越来越精彩
学无止境,恒心,毅力,坚持
posts - 20,  comments - 6,  trackbacks - 0
java aa.substring(3)  aa.substring(3,4)
python aa[2:5]  aa[:2] aa[5:]
javascript 同java

sql  下标从1开始


java:
Returns a new string that is a substring of this string. The substring begins at the specified beginIndex and extends to the character at index endIndex - 1. Thus the length of the substring is endIndex-beginIndex.
Examples:

 "hamburger".substring(4, 8) returns "urge"
 "smiles".substring(1, 5) returns "mile"
 
Parameters:beginIndex the beginning index, inclusive.endIndex the ending index, exclusive.Returns:the specified substring.



SQL中SUBSTRING函数的用法

功能:返回字符、二进制、文本或图像表达式的一部分

语法:SUBSTRING ( expression, start, length )

           SQL 中的 substring 函数是用来抓出一个栏位资料中的其中一部分。这个函数的名称在不同的资料库中不完全一样:

    MySQL: SUBSTR(), SUBSTRING()
    Oracle: SUBSTR()
    SQL Server: SUBSTRING()

posted on 2017-01-21 11:34 鸟生鱼汤 阅读(128) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 

<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

常用链接

留言簿(2)

随笔档案

文章档案

喜欢的技术博客

喜欢的有意思有味道的博客 放松并鼓励自己

搜索

  •  

最新评论

阅读排行榜

评论排行榜