Forum Replies Created

Viewing 15 posts - 406 through 420 (of 911 total)

  • Reply To: Rownumber()

    >> I need to get a rolling count only of rows matching a particular criteria and to use the result in a concatenated output field [sic].

    The remaining rows (those not...

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

  • Reply To: SQL Query Help

    You missed one of the major points in modern programming since the 1970s. SQL and other client/server-based architectures depend on tiers. SQL works in the database tier of your architecture....

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

  • Reply To: Insert into Select with Conditions

    The first and we ought to do is correct your DDL. Identity is a table property and not a column, and by definition can never be a key in a...

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

  • Reply To: Update query with historic accumulative SUM in fields by date range

    This is in the realm of mathematics and not standards. There is no ANSI/ISO standard for structured programming, RDBMS theory, or anything like that. However, our modern view of scales...

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

  • Reply To: Update query with historic accumulative SUM in fields by date range

    You don't seem to understand that a table must have a key by definition. But what you posted because of the columns are knowable can never have a key of...

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

  • Reply To: Issue with max() and aggregate, missunderstanding

    Could you please start posting talents and venting your own language? Now we have to rewrite everything. Why do you think that the proprietary identity table property could ever be...

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

  • Reply To: Employee hierarchy with expense

    Look up the nested set model for hierarchies and trees. This will make your problem trivial. Also in the future, would you mind posting DDL instead of spreadsheet pictures? We...

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

  • Reply To: Team Members (recursion)

    Let's correct your DDL first. You really have only one employee and one customer, as your table names tell us? Probably not. Because identifiers are on a nominal scale, they...

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

  • Reply To: Reset the total to zero when ItemCount is >= 6

    >> I want to have a sum of the item count reset to 0 when the sum >= 6. <<

    Did you know that a table must have a key by...

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

  • Reply To: Error with IDENTITY property on primary key column

    I hope you understand that the old Sybase IDENTITY table property (property -- it is not a column) can never by definition be a valid key. It is a count...

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

  • Reply To: Issue with max() and aggregate, missunderstanding

    People don't read them, because they charge an exorbitant amount of money to get them. I, for one, would read them if they were available for free online.

    The problems have...

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

  • Reply To: Issue with max() and aggregate, missunderstanding

    >> I have sadly run into the issue where I don't actually know the question to ask to get the answer I need or to be able to formulate a...

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

  • Reply To: Generate a string format based on fixed length and numeric units on increment

    Instead of inventing your own encoding scheme, did you ever consider using the ISO Standards that are already in place? Just Google them. This is as silly as using the...

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

  • Reply To: Issue with max() and aggregate, missunderstanding

    >> I have a database with three tables linked [sic] together by 'DocumentNo'. Two main linked [sic] tables which output all rows with a full outer join. These records [sic]...

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

  • Reply To: SQL SEREVR QUERY

    >> I have a table called tblgender like below <<

    We need to fix a few things before you get anywhere. You're supposed post DDL so we don't have to guess...

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

Viewing 15 posts - 406 through 420 (of 911 total)