Enter Keywords:
1 - 10 of 17(0.003 seconds)
Sort By:
 
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...
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...
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...
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 ...
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
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...
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...
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    ...
Zones: PHP, MySQL Server, PHP and...Date Answered: 06/07/2007 Rating: 8.4 Views: 30
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              ...
Zones: SQL Syntax, MS SQL ServerDate Answered: 07/10/2007 Rating: 7.6 Views: 0
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...
Zones: SQL SyntaxDate Answered: 07/23/2007 Rating: 8.0 Views: 0