Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: select user_id from user_tab


Message #1 by "yanti fitri eka zalti" <yanti_fitri@l...> on Mon, 28 Aug 2000 00:20:52 -0700
hi all,

how to know the sum of the record that returns by this command

  select user_id from user_tab;

thanks



~yanti





Message #2 by Yoram Zehavi <YoramZ@i...> on Mon, 28 Aug 2000 13:53:01 +0200
select sum(user_id) as sum_fo)user, user_id from user_tab;



-----Original Message-----

From: yanti fitri eka zalti [mailto:yanti_fitri@l...]

Sent: Monday, August 28, 2000 9:21 AM

To: ASP Databases

Subject: [asp_databases] select user_id from user_tab





hi all,

how to know the sum of the record that returns by this command

  select user_id from user_tab;

thanks



~yanti







---

You are currently subscribed to asp_databases 



  Return to Index