Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using where condition with Match. But, this will not return anything. below is my query. It will return zero record found.
TABLE1:
LOAD "EMPNO",
"EMPNAME",
"DEPARTMENT"
Where Match("EMPNO",'EP100001');
SQL SELECT *
FROM EMPSCHEMA."EMPLOYEELIST";
What is the problem in the above query..?