RE: [SQL] sum of agreggates in one SELECT?

2000-09-19 Thread Stuart Foster
Could it be that the first query is using max which will only return the max for b.lot and b.price.. so maybe. select sum(max(b.lot))as quantity, max(b.price) as price from bid b, person p where b.auction_id = 84 and p.id = b.person_id ; Just a thought. -Original Message- From: [EMAIL

[SQL] Where to get benchmark testing

2000-09-15 Thread Stuart Foster
I'm not sure this is the right list for this but maybe someone could point me in the right direction. We are getting some DB servers to test performance. I was wondering if anyone knows where we can get a test script of sorts that would allow us to check performance on each of the servers. TIA

RE: [SQL] How can I select all of the tables with field name 'area'?

2000-09-11 Thread Stuart Foster
You should be able to query the system table that holds that column names. Not sure which it is tho. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of G. Anthony Reina Sent: Monday, September 11, 2000 4:38 PM To: [EMAIL PROTECTED] Subject: [SQL] How can I s

[SQL] Viewing a function

2000-08-29 Thread Stuart Foster
How can a view a function after it's created ? I've created a SQL function that I need to review and possibly change. What is the best way to go about this. TIA

[SQL] Test

2000-08-28 Thread Stuart Foster
Please ignore. Thanks