About
•
Download
•
Documentation
•
Wiki
•
Forums
•
Contribute
•
Support
The Toolkit for Online Communities
15936 Community Members,
0 members online
, 2795 visitors today
Log In
Register
Forum OpenACS Development: Re: How do I get first half rows from ORACLE table
OpenACS Home
:
Forums
:
OpenACS Development
:
Re: How do I get first half rows from ORACLE table
: One Message
Search:
Back to OpenACS Development
7
:
Re: How do I get first half rows from ORACLE table
(response to
1
)
Posted by
Vamshi Krishna Kaniganti
on
11/19/03 12:55 PM
insert into newly_acquired_stocks
select * from my_stocks
where rownum < = (select count(*)/2 from my_stocks);
this will work out check it out
Back to OpenACS Development