Forum Replies Created

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

  • RE: A Different Problem with Full Details

    drew.allen - Thursday, January 25, 2018 9:24 AM

    This is the same problem as here.  Don't start a new thread just because...

  • RE: Strange Problem ???

    J Livingston SQL - Thursday, January 25, 2018 3:52 AM

    xtrmus2319 - Thursday, January 25, 2018 3:04 AM

  • RE: Strange Problem ???

    Thom A - Thursday, January 25, 2018 2:52 AM

    xtrmus2319 - Thursday, January 25, 2018 2:38 AM

    January 25, 2018 at 3:04 am

    #1977280

  • RE: Strange Problem ???

    Thom A - Thursday, January 25, 2018 2:22 AM

    xtrmus2319 - Wednesday, January 24, 2018 11:14 PM

    January 25, 2018 at 2:38 am

    #1977273

  • RE: Strange Problem ???

    I need to compare the value of a coin vs the same coin from exactly three minutes ago. Yes 🙂
    All data must meet all the values.

    Is there...

  • RE: Strange Problem ???

    My question;
    Create a new column. In this column I would like to show the ratio of A.Price / B.Price when 3 minutes before(a.price) and current data(B.price) with same coin. 

  • RE: Strange Problem ???

    Normally i want to Divide a.price/b.price with this code. Because I want to see the next change in 3 minutes.

    Select a.tarih,a.coin,(A.price),b.tarih,b.coin,(B.price) from (SELECT tarih, coin, MIN(price ) AS...

  • RE: Strange Problem ???

    What should I do if two or more rows contain the same values?

    Normally my guess is that the code I wrote does not have to be the same?

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