How to Specify Data Type of Alias?

  • Thread starter Thread starter Jerry Baker
  • Start date Start date
J

Jerry Baker

I have a query with an alias like this:

SELECT [Dollars] * 0.5 AS [Total]

The "Dollars" column is formatted as currency, but after this query
"Total" displays as integers. How do I make "Total" be a currency field
also?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top