A code that represents the programming language in which the SQL function is written.
The only valid language for writing SQL UDFs is SQL, so you must specify either LANGUAGE SQL or nothing.
The default is LANGUAGE SQL.
A code that represents the programming language in which the SQL function is written.
The only valid language for writing SQL UDFs is SQL, so you must specify either LANGUAGE SQL or nothing.
The default is LANGUAGE SQL.