I have the following, but I need the answer in percentage and I keep getting 0. I was wondering how to round my answer. Thanks in advance!
SELECT (COUNT(t1.[ENTRY CODE])/2948) AS 'SecondYearRetention'
FROM
t1
Inner join
t2 ON t1.CLID = t2.CLID
WHERE t1.[ENTRY CODE] = 'FTF' OR t1.[ENTRY CODE] = 'CFTF'