SQL Aggregate Error Questions and Answers

Recent IT Questions

1 - 1 of 1
<<PREVIOUS 1 NEXT>>

Updating a field and counting unique field values from another fields all in the same query?

How can I structure the following query to allow me to count the number of unique entries in a field named "amount" and using the same query, update another field named "unique" Here is what I am doing: SQL = "select amount, count(amount) from tblmessagein group by amount having count(*) = 1" If...

View Answer   |  Apr 15 2009  10:59 AM GMT
SQL Aggregate error, SQL queries, SQL
asked by Grantp

  40 pts.

1 - 1 of 1
<<PREVIOUS 1 NEXT>>