Besonderhede van voorbeeld: 7527261707030991781

Metadata

Author: WikiMatrix

Data

English[en]
For example, a function that converts Celsius to Fahrenheit might be declared like this: CREATE FUNCTION dbo.CtoF(Celsius FLOAT) RETURNS FLOAT RETURN (Celsius * 1.8) + 32 Once created, a user-defined function may be used in expressions in SQL statements.
Korean[ko]
이를테면, 섭씨를 화씨로 변환하는 함수는 다음과 같이 선언할 수 있다: CREATE FUNCTION dbo.CtoF(Celsius FLOAT) RETURNS FLOAT RETURN (Celsius * 1.8) + 32 만들어진 사용자 정의 함수는 SQL 문의 식에서 사용될 수 있다.

History

Your action: