08-18-2009, 04:30 PM
use top(n) in your SQL statement
select top(10) from emp where deptno = 10 order by empno;
select top(10) from emp where deptno = 10 order by empno;
2 SQL's in Single statment & write NULL values in the record set also to Excel sheet
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
2 SQL's in Single statment & write NULL values in the record set also to Excel sheet - by prasadsbrk - 08-18-2009, 03:57 PM
RE: 2 SQL's in Single statment & write NULL values in the record set also to Excel sheet - by Saket - 08-18-2009, 04:30 PM
RE: 2 SQL's in Single statment & write NULL values in the record set also to Excel sheet - by Tarik Sheth - 08-18-2009, 05:22 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Convert the single to an integer | Mozza | 2 | 1,387 |
09-27-2018, 12:36 PM Last Post: Ankur |
|
Trying to create List box in excel sheet at Run time with values yes No | JACKSPARROW | 0 | 1,685 |
01-17-2017, 11:05 AM Last Post: JACKSPARROW |
|
How to write reports from scripts into excel | anushreebehura | 1 | 2,202 |
10-04-2016, 09:29 PM Last Post: venkatesh9032 |
|
How to Delete Rows with duplicate values in 1 columns in excel thru QTP. | arpan | 0 | 2,782 |
02-09-2015, 08:47 PM Last Post: arpan |
|
Custom sort -Excel Sheet | kiran | 1 | 3,832 |
01-28-2014, 09:23 AM Last Post: supputuri |