Forum Replies Created

Viewing 15 posts - 571 through 585 (of 911 total)

  • RE: NOT IN vs NOT EXISTS

    The [NOT] EXISTS() is one of the few we've got in SQL. The can return only TRUE and FALSE; most of the others can return an UNKNOWN logical value. The...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: CASE to table conversion

    Brandie Tarvin - Tuesday, October 23, 2018 5:34 AM

    Any thoughts would be appreciated. I don't need code per say. Just brainstorming...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: How to do a basic loop in SQL

    barry.nielson - Tuesday, October 23, 2018 3:55 PM

    SQL is not a procedural language; it's declarative. That means we don't have loops, we...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: increment months for two dates combination as a new label column

    Jonathan AC Roberts - Monday, October 22, 2018 5:07 PM

    Phil Parkin - Monday, October 22, 2018 4:58...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Find average of child records within date range

    Why did you fail to post DDL? Now we have to guess from what you did post and how to correct it. But more than that, you have no idea...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Display 'blank' cell when it is null.

    keneangbu - Friday, October 19, 2018 2:03 PM

    The data type of the column is decimal(9,2). I wanted an empty cell to...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Count people who have dual citizenship

    sindhupavani123 - Monday, October 15, 2018 4:46 AM

    I see that you feel you are exempt from the rules of the...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Audit Trial help

    SQL learner22 - Monday, October 15, 2018 10:15 AM

    The new Trigger Table should hold  new values and old values...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Finding recent date from two tables

    salamlemon - Wednesday, October 10, 2018 9:20 PM

    >> I have a table design like below. <<

    thank you for posting DDL; so...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Understanding the numeric and decimal data types

    michael.leach2015 - Monday, October 8, 2018 7:41 PM

    Jonathan AC Roberts - Saturday, October 6, 2018 7:18 PM

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Understanding the numeric and decimal data types

    michael.leach2015 - Thursday, October 4, 2018 9:42 PM

    NUMERIC(s,p) and DECIMAL(s,p) are the same in SQL Server, which they inherited from Sybase. This...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Finding when date changes for customer in table

    mnovosel - Thursday, September 27, 2018 10:32 AM

    In table UserData, it accumulates rows for users every time there is some sort of...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Finding when date changes for customer in table

    mnovosel - Thursday, September 27, 2018 10:32 AM

    In table UserData, it accumulates rows for users every time there is some sort of...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Referential Integrity vs. Performance

    >> We have a voting application where users can vote on Issues. In this scenario a user can cast one of three possible values for his/her vote. FOR, AGAINST, ABSTAIN...

    Please post DDL and follow ANSI/ISO standards when asking for help. 

  • RE: Is there a better way to write a simple query?

    Lynn Pettis - Wednesday, September 19, 2018 11:37 AM

    jcelko212 32090 - Wednesday, September 19, 2018 11:28 AM

    Please post DDL and follow ANSI/ISO standards when asking for help. 

Viewing 15 posts - 571 through 585 (of 911 total)