Submitted Questions

  • Add one column values

    This is my single column table ==================== === |10| === |20| === |30| === |40| === and I want to print out put like this O/p: 10 === 30 === 50 === 70 How can i get this ?

    Rajath

    • Dec 15th, 2017

    Use CSUM command

    Akash

    • Jun 24th, 2017

    Use router {mod(IP,2)=1}

  • Sql server scenario

    How to get the below output for following table ? can you please clarify this -------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------- -------------------------- 100 | null | null | null -------------------------- null | 200...

    Swapna

    • Apr 21st, 2016

    SELECT MAX(COL1), MAX(COL2), MAX(COL3),MAX(COL4) FROM TABLE