Commenting within the queries

Jonny

Registered User.
Local time
Today, 17:06
Joined
Aug 12, 2005
Messages
144
I'm getting lost due to multiple criterias within the queries. What's the best practice to comment the criterias?
 
put in a Table the query name, SQL string, criteria, comment
there is no facility to add comment on the query itself.
 
put in a Table the query name, SQL string, criteria, comment
there is no facility to add comment on the query itself.

Good idea, thank you!
 
Alternatively, you can add a comment/description to any database object such as a query which can be viewed when you use Details view in the navigation pane.

attachment.php


To add a description, click the object in the nav pane and select Object Properties from its context menu.
 

Attachments

  • Capture.PNG
    Capture.PNG
    29.1 KB · Views: 531
Alternatively, you can add a comment/description to any database object such as a query which can be viewed when you use Details view in the navigation pane.

attachment.php


To add a description, click the object in the nav pane and select Object Properties from its context menu.

Great, thank you!
 

Users who are viewing this thread

Back
Top Bottom