How to return a string message from a sql statement
Good day, I have the following select and I'd like to return a message string, e.g "100 records available in the interface". How can I do this?
The select looks like this?
{code}select count(*)
from CE_STATEMENT_HEADERS_INT
Thanking you in advance
The select looks like this?
{code}select count(*)
from CE_STATEMENT_HEADERS_INT
Thanking you in advance
0