开发者社区 问答 正文

maxcomputer中的SUBSTR函数的作用及示例有什么?

maxcomputer中的SUBSTR函数的作用及示例有什么?

展开
收起
游客k7rjnht6hbtk6 2021-12-09 17:47:24 537 分享 版权
1 条回答
写回答
取消 提交回答
  • 1.SUBSTR函数的作用是返回字符串string1从start_position开始长度为length的子串

    2.示例:SELECT SUBSTR('厦门在中国的福建',7,2);

    执行结果: 福建

    2021-12-09 17:47:52
    赞同 展开评论