Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I need to send the row count of MYSQL table data in an email(tsendmail).
*MY Query : select count(*) as rowcount from employee
*tsendmail : i passed the message as "total rows"+context.rowcount
* How to get the row count values in email message body. ?