News

Normalized data giving you problems? Learn how to use the SQL subselect statement and handle your database like a pro!
I have two tables in an MS SQL database.<BR><BR>Table1<BR>Date, group, volume<BR>Table2<BR>Date, group, volume<BR>What I need is to divide the volume for a particular date in Table 2 by the sum of ...