Search results

  1. W

    Access Query Result in One Row

    Hi Experts, I want to see query result with id numbers, Count of id numbers and in third column count detail. records are as below in table. 1234 T1 1234 T2 1234 T3 Result of query should be. 1234 count = 3 , in detail column T1,T2,T3 How can I get result in one row? :)
  2. W

    Get Next Row Value in Current Row in Query

    dear experts, how to write a query? i want if login is empty then it should take next max logout in NextTime column for current record. if login is not empty then it should take max login to NextTime column as i mentioned in below table LOGINLOGOUTNextTime03-Jan-17 06:57:2203-Jan-17...
Back
Top Bottom