Hi,
Does Labview Database connectivity tool support nested SQL Queries ?
If so can someone tell me how to perform the following query:
SELECT NAME,ADDRESS FROM EMP_TABLE WHERE salary=(SELECT MAX(salary)
FROM EMP_TABLE)

Reply via email to