HOW TO COMMENT THE QMF QUERIES?
Answers were Sorted based on User's Feedback
Answer / arun
We can comment it like below
/* comments */
But it should come down to the query i.e., below the main query
Ex:
Select * from tablename;
/* delete from tablename where <condition> */
Is This Answer Correct ? | 4 Yes | 6 No |
How to run a query using Run Query?
How to execute a query in qmf at a particular time?
What is Prompted Query?
How to view the Results of a Query?
How to Provide Column Names Using the DRAW Command ?
How to Erase a Query?
How to Save a Query?
How the interaction between DB2, SQL, and QMF takes place?
How to Retriev and Display a Saved Query?
how to excute a querry in QMF at a perticular time.
What is Structured Query Language (SQL)?
How to Save Your Profile?