S
subbu
Hi,
I am using top command to select rows from the table
based on the condition.The query is returning 1 row
instead of 5 rows.
If i remove the where clause query retrieves 5 rows.
This is my query
ssql = "SELECT TOP " & iRowsSelected & " ACCT_AGRMT_SVCC.*
FROM ACCT_AGRMT_SVC WHERE Used =" & 0
here iRowsSelected is no of rows that is to be selected
Your suggestions is highly appreciated
subbu
I am using top command to select rows from the table
based on the condition.The query is returning 1 row
instead of 5 rows.
If i remove the where clause query retrieves 5 rows.
This is my query
ssql = "SELECT TOP " & iRowsSelected & " ACCT_AGRMT_SVCC.*
FROM ACCT_AGRMT_SVC WHERE Used =" & 0
here iRowsSelected is no of rows that is to be selected
Your suggestions is highly appreciated
subbu