sql problem

  • Hey

    i m with a new problem.

    can i find under root of a number in sql.

  • I believe that the question that everyone who is reading this post is asking themselve right now is

    HUH?!?!?!?!?!
  • i read this this morning and did not know what he was after;here's a couple of guesses:

    --square root

    select sqrt(81)

    --is 3 a natural root of 81? if % 3 = 0 then true

    select 81%3

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

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

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