Empty Return type | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

Empty Return type

in sql server 2008 how can i create a function with empty return type

19th Mar 2017, 4:25 AM
Avnish Tomar (CCS University)
Avnish Tomar (CCS University) - avatar
1 Réponse
+ 1
I'm afraid you cannot. In: https://msdn.microsoft.com/en-us/library/ms186755.aspx ...the "RETURN return_data_type" clause is not optional.
21st Mar 2017, 3:51 PM
Álvaro