Pass Through Query to Oracle Table

J

James C.

I am having problems writing a SQL pass-through query to an Oracle table. The
query that I am doing is straight forward, however, I know that the SQL code
is different from Access SQL.

Here is the code

(Select (Sum(Net_Booking_Count)) Bookings,
From Master_Table
Where Date = 1/1/2005)

If I remove the Sum it works. Whenever I put in the Sum and have it change
the name to Bookings it errors out.

Does anyone know what I might be doing wrong? Also does anyone know a good
site that breaks down Oracle SQL code to use for MS Access queries.

Thx
 
Top