in sql

  • Hi,

    I have one Requirement

    Example..

    Input-1024000 My required output is 10.24 lac

    Input-99000 My required output is 0.99 lac

    Can anyone please help me on this.

    Thanks in advance.

  • Where do you need that? In a function? In a SELECT statement?

    Please clarify

    Start here:

    SELECT 1024000 / 100000.0 AS lakhs

    -- Gianluca Sartori

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply