Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
9 subscribers
Views
3263 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Comments not getting displayed while executing MySQL Script in Higher Environment
jaishankarj
over 8 years ago
I have a MySQL Query with my comments in it. I executed the same in higher environment and found that comments are not available and it shows blank space. Any thoughts why it is behaving like this. This happened with me for a stored procedure.
OriginalPostID-235935
Discussion posts and replies are publicly visible
Parents
0
jaishankarj
over 8 years ago
@philb: I have provided my comments in BEGIN - END block only in the Definition area of the stored procedure. Sample one is as follows:
Begin
/* =============================================*/
/* Author: Jai Joshi */
/* Date Created: 19/09/2016 */
/* Description:
*/
/* =============================================*/
SELECT
,
from
where
= CONSTANT;
END
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
jaishankarj
over 8 years ago
@philb: I have provided my comments in BEGIN - END block only in the Definition area of the stored procedure. Sample one is as follows:
Begin
/* =============================================*/
/* Author: Jai Joshi */
/* Date Created: 19/09/2016 */
/* Description:
*/
/* =============================================*/
SELECT
,
from
where
= CONSTANT;
END
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data