Forum Replies Created

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

  • Reply To: Query to Exclude results

    Hi Guys, I'm unable to generate a table for you, but hopefully, the next screenshot will give some highlights.

    1

    This is a list of people that have Office...

  • Reply To: Query to Exclude results

    Sure John,

     

    I will generate a Table DDL and provide it here so can be easy for you.

    Thanks for the assistance so fat and for the clarification on the MIN and...

  • Reply To: Query to Exclude results

    Hey John,

     

    i see now, i tried your query but doesn't return anything, just blank results

    SELECT
    s.cs_contactyominame AS 'Contact Name'
    ,p.name AS 'Product Name'
    ,s.createdon AS 'Created On'
    ,s.cs_expirationdate AS 'Expiration Date'
    ,CASE
    WHEN...
  • Reply To: Query to Exclude results

    Hi John, i tried this:

    select cs_subscription.cs_contactyominame as 'Contact Name',
    product.name as 'Product Name',
    cs_subscription.createdon as 'Created On',
    cs_subscription.cs_expirationdate as 'Expiration Date',
    case
    when cs_subscription.cs_status=110000000 then 'Active'
    end as 'Status',
    MAX(product.name) as 'Monthly',
    MIN(product.name) as 'Trial'
    from...

    • This reply was modified 4 years, 11 months ago by  radoslavov91.
  • Reply To: Query to Exclude results

    This was removed by the editor as SPAM

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