开发者社区> 问答> 正文

What are Scalar functions in SQL?

What are Scalar functions in SQL?

展开
收起
1780169608831412 2021-10-16 14:25:30 535 0
1 条回答
写回答
取消 提交回答
  • 网络规划设计师、敏捷专家、CISP、ITSS服务经理、ACA全科目、ACP4项、ACE、CBP、CDSP、CZTP等。拥有 PRINCE2 Foundation/Practitioner、CCSK、ITIL、ISO27001、PMP等多项国际认证。 专利5+、期刊10+、知识产权师。核心期刊审稿人。

    Scalar functions are used to return a single value based on the input values.

    Scalar Functions are as follows:

    UCASE(): Converts the specified field in the upper case.
    LCASE(): Converts the specified field in lower case.
    MID(): Extracts and returns character from the text field.
    FORMAT(): Specifies the display format.
    LEN(): Specifies the length of the text field.
    ROUND(): Rounds up the decimal field value to a number.
    
    2021-10-16 15:19:55
    赞同 1 展开评论 打赏
问答分类:
SQL
问答地址:
问答排行榜
最热
最新

相关电子书

更多
SQL Server在电子商务中的应用与实践 立即下载
GeoMesa on Spark SQL 立即下载
原生SQL on Hadoop引擎- Apache HAWQ 2.x最新技术解密malili 立即下载