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 execute a query in qmf at a particular time?
What are Naming Conventions in QMF?
What are Naming Standards in QMF?
What is the Use SHOW Command?
How many Query Options are there?
What are differences between QMF and SPUFI?
How to Retriev and Display a Saved Query?
How to Provide Column Names Using the DRAW Command ?
How to Display the Names of Your Saved Queries?
How to Save a Query?
How to run a query using Run Query?
What is qmf?