Hi All
Iam new to SQL espcially sql 2005, I have a select statement where Iam selecting to fields from a table and then at the same same adding the 2 fields to and outputting as a new column denoted with a t.
I want to refine the select by the new the results that have been generated ie.
where t = '200604'
Anyway I have posted my whole statement,please can you help
SELECT procesyr, ((procesyr*100) + procesqtr) t, procesqtr
where t = '200604'
from ReporRates
Please can you help
Mnay Thanks
Iam new to SQL espcially sql 2005, I have a select statement where Iam selecting to fields from a table and then at the same same adding the 2 fields to and outputting as a new column denoted with a t.
I want to refine the select by the new the results that have been generated ie.
where t = '200604'
Anyway I have posted my whole statement,please can you help
SELECT procesyr, ((procesyr*100) + procesqtr) t, procesqtr
where t = '200604'
from ReporRates
Please can you help
Mnay Thanks