Hi... Having trouble with a basic sql query.
I'm trying to know the greatest number of rows used by all Study_ids - and I don't care which one....
In the example below, there are 2 Study_Ids...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20513178.html
Zones:
MS SQL ServerDate Answered: 02/14/2003 Rating: 9.0 Views: 0
When I select a row of a table, how I'm gonna know the order number of the selected row in it's table (the row I select is just from 1 table "select ... from table_1 where ....", not from many tabl...
http://www.experts-exchange.com/Database/MySQL/Q_21669567.html
Zones:
MySQL ServerDate Answered: 02/02/2006 Rating: 9.4 Views: 0
folks
if i say
select equipnment,description from assets
order by date desc
how could I add a rownumber into this query
eg
select rownumber,equipnment,description from assets
orde...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21983380.html
Zones:
MS SQL ServerDate Answered: 09/09/2006 Rating: 7.8 Views: 0
How can I limit a select statement to x numbers of
rows returned. If this was Oracle I could say
select * from my_table where ROWNUM < 50
to get the first 49 rows. I want to do the same
thing with ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10104452.html
Zones:
DatabasesDate Answered: 01/20/1999 Rating: 6.2 Views: 289
It might be simple for many of you but I am a fresh guy in PL/SQL.
Can someone tell me how to restrict number of rows returned by SELECT statement, like TOP in SQL Server.
Regards
Vijay Garg
http://www.experts-exchange.com/Database/Oracle/Q_20986243.html
Zones:
OracleDate Answered: 10/31/2004 Rating: 8.4 Views: 0
Hi,
I am new to java programming. I am displaying data froma text file in a JTable. Now I want to select multiple rows from the table and save it in another file.
My problem is how to get wh...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20956037.html
Zones:
JavaDate Answered: 08/03/2004 Rating: 8.6 Views: 0
hi,
I have a requirement to displat row numbers for a select query:
Dept Employee
----------- --------------
Design AAA
Design BBB
Design CCC
Production DDD
Production EEE
Should b...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21990555.html
Zones:
DatabasesDate Answered: 09/15/2006 Rating: 9.8 Views: 0
I'm using PHP and MySQL.
My table structure is basically as such:
id date playerid points
1 2007-01-02 65 100
2 2007-01-03 65 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22620673.htm...
Below is my SQL query. I need to eliminate from the recordset those rows with the lowest expireyear where the field abr_id's match. Example row 1 abr_id 1234 expireyear - 2005
...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_22687233.html
I need to limit the number of rows returned from a SQL Select Statement
I need to return only the most recent 8 transactions for each SymbolID
The most recent transactions can be referenced by...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_22714539.html
Zones:
SQL SyntaxDate Answered: 07/23/2007 Rating: 8.0 Views: 0