Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: union on the output of two stored procedures

    Thank you that is a great idea. 

    I have a question about this part though

    "you will also have to change your parameter to use a list of values sepparated...

  • RE: Calculating queries

    Thank you for the help both on this post and my previous one the sql part of the project is done for now

     

    Cory Lee McRae

  • RE: Nested select statements / running total

    Ok thanks to vishy and all who responded new code works.

     this is what I have are there ways to make it better

     

    select  BLOCK_ID

     ,DENSITY

     ,AVG_THICK

     ,(select sum(AVG_THICK)

       from dbo.THICKNESS_TABLE y

      where y.[TIME] ...

  • RE: Nested select statements / running total

    One of the reason the query didn’t look right is it wasn’t.  I tried many different things and didn’t clean it up right sorry.  I...

Viewing 4 posts - 16 through 19 (of 19 total)