sql中是否有任何函数可以返回前两个字母表或第一个字母表的结果?
我正在研究oracle10g。我很好奇是否有任何 SQL 函数可以根据字符串的起始字母给出结果。
例如,如果我有 road-1、road-A、road-89,并且我想在不使用 sql count()
函数的情况下了解此类道路集的总数。
I am working on oracle10g. I was curious to know that is there any SQL function which may give results from the starting alphabet of a string.
For example, if I have road-1, road-A, road-89 and I want to know total number of such road sets without using the sql count()
function.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于以
road
开头的值:对于在某处包含
road
的值:For values that start with
road
:For values that contains
road
somewhere: