I am running the following SQL code, to select a row in the Table HOURLY_AVERAGE. I need to select the row relevant to the number stored in Textbox163.
However the SQL code, does not work.....any ideas?
SELECT TOP 1 *
FROM [Select top [Text163] * from HOURLY_AVERAGE order by AvgOfNO2 desc]. AS T1
ORDER BY AvgOfNO2;
Cheers
Ian Grand
However the SQL code, does not work.....any ideas?
SELECT TOP 1 *
FROM [Select top [Text163] * from HOURLY_AVERAGE order by AvgOfNO2 desc]. AS T1
ORDER BY AvgOfNO2;
Cheers
Ian Grand