Sybase Error – Return type of void from procedure ‘%1’ cannot be used in any expression

In this blog post, you’ll learn more about the Sybase Error Return type of void from procedure ‘%1’ cannot be used in any expression and the reason for receiving this error

Sybase SQL Error Message

Return type of void from procedure ‘%1’ cannot be used in any expression

Reason for this Error

The Java type void does not map onto any SQL type, hence a procedure returning void cannot be used in any SQL expression.