Results 1 to 2 of 2

Thread: do i need to use group by with aggregate ??

  1. #1

    Thread Starter
    Lively Member Edilson's Avatar
    Join Date
    Aug 2000
    Location
    Orlando
    Posts
    81
    "select name , phone, sum(cash) from hometbl group by name,phone"

    how to avoid group by ???

  2. #2
    Lively Member
    Join Date
    Apr 2000
    Location
    Rafaela (Argentine)
    Posts
    107
    No way in SQL: you have to use GROUP BY...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width