Select "count" result on ONE line

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I'm doing a "select count(*) from table_name" via ODBC. How can I get the
answer to be displayed in ONE line?

ex. select count(*) total_count from table_name

total_count
22

I need that "22" on the same line as the literal "total_count".

How can I do that? Thanks in advance!
.