I have created 3 SQL query which counts the records within table but the title of it is EXPR1000 is there any way of changing this, within the SQL query.
SELECT count(*)
FROM Not_Checked_QRY;
I want to use 3 queries to create a chart that automatically records if the values alter in each of the three queries, but need to change EXPR1000 so I can seperate the values?
Any Ideas?
Cheers
SELECT count(*)
FROM Not_Checked_QRY;
I want to use 3 queries to create a chart that automatically records if the values alter in each of the three queries, but need to change EXPR1000 so I can seperate the values?
Any Ideas?
Cheers