Hi:
 
In postgres documentation its written that if we execute query as PERFORM query inside our stored procedure; then the special variable FOUND is set to true if the query produced at least one row, or false if it produced no rows.
 
But FOUND variable is always returning true even my query is returning 0 records.
 
Please suggest me the solution.
 
Thanks and Regards,
Rajat. 

Reply via email to