Hi Group, I have this payroll table that I am just wanting to get the total number of records from, which is done using select count(*) from payroll, now I need to format the number so it is easier to read the number, the table has several million records in it. I have tried using to_number using the format '99,999,999' but I keep getting a 01722 error, I have tried casting the count using to_char then casting that back to a number still the 01722 error. Any pointers as to why almost every time I try using to_number I keep getting the 01722 error?
Lauren McDonald, B.Sc.
Programmer Analyst
Saskatchewan Healthcare Employees' Pension Plan
Lauren McDonald, B.Sc.
Programmer Analyst
Saskatchewan Healthcare Employees' Pension Plan