Besides a declarative language, is SQL a functional language?

后端 未结 8 1317
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 03:22

Why yes or why not?

8条回答
  •  北海茫月
    2020-12-29 03:57

    Not generally speaking, as without extensions to the syntax (e.g. PL/SQL, T-SQL), you can't write functions.

    But it is certainly very expression-oriented, which is a feature it has in common with functional languages.

提交回复
热议问题