Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8114525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:10:23+00:00 2026-06-06T03:10:23+00:00

SELECT CAST (330/60 AS FLOAT) AS result or SELECT CONVERT(FLOAT, 330/60) AS result Actually

  • 0
SELECT CAST (330/60 AS FLOAT) AS result

or

SELECT CONVERT(FLOAT, 330/60) AS result

Actually I am expecting result as 5.5

But it is returning 5. Why?

And tell me any solution to get result as 5.5

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T03:10:25+00:00Added an answer on June 6, 2026 at 3:10 am

    Use 60.0 to force fixed-point types:

     SELECT CAST (330/60.0 AS FLOAT) AS result
     SELECT CONVERT(FLOAT, 330/60.0) AS result
    

    The calculation of 330/60 is done as integers which will round the result. After that you cast to float. You can use a numeric type right from the beginnging and don’t need to cast:

    SELECT 330/60.0 AS result
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Both queries below translates to the same number SELECT CONVERT(bigint,CONVERT(datetime,'2009-06-15 15:00:00')) SELECT CAST(CONVERT(datetime,'2009-06-15 23:01:00')
SELECT CAST(CONVERT(varchar, W.CreateTS, 101)AS SMALLDATETIME) AS [SoldDate] ,COUNT(*) AS NumberOfWidgets ,FT.FormName FROM tblWidget W
As an example I found a simple calculation like: select cast(200.00 as float) +
Trying this to cast time away select CONVERT(char(10), [Reg Date1], 103) [Reg Date], Regs
Here's what I use: SELECT CAST(FLOOR(CAST(getdate() as FLOAT)) as DATETIME) I'm thinking there may
This is not allowed in Mysql: SELECT CAST(0 as DOUBLE) as ZERO How do
I have this query : SELECT ..... ,( CAST(col1 AS MONEY) / CAST (col2
SELECT TOP 5 Notices.Id, NoticeL.Notices_Id, Loc.Id as Location_Id, CAST(Notices.Text AS TEXT) as Text, CAST(Notices.Title
SELECT TOP 5 Notices.Id, NoticeLoc.Notices_Id, Loc.Id as Loc_Id, CAST(Notices.Text AS TEXT) as Text, CAST(Notices.Title
I am trying to execute the following Query select distinct pincode as Pincode,CAST(Date_val as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.