Hi Mates,
how to check is empty in not from connector "Execute SQL query" output...?
In Shortly: i am querying to get a value is exist or not, query is below.
SELECT ID FROM tblDataMurali WHERE (ID ='123456')
In-Fact that is is not exist in Table. Connector(Execute a SQL Query) executing fine, but now i want to perform few action in SQL table based on Condition, for this i am just checking QueryResult is Equal to empty('')


Every time it executes false, instead of true
Since value not exists then condition has to true, but it goes with false how come ..? how to check here ..? any help please