How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / prasad
Select column_name, count(column_name) from user_tab_columns
where table_name='EMP' group by rollup(column_name);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What is file database?
Plz Explain AUTOMATION REFERENCE MODEL?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
What are the different properties of an web object
what you mean by artifact,milestone...
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Which recording modes need more memory?
Sql questions to find second max salary and how to use joins
what the difference between shared repository and per action repository?
whare exactly we have to use functions and sub routain
How can you identify the browser and its information using the qtp script?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?