Hi, Ho to comment a line in the Execute query
Like I don’t want to execute the first query. Like we comment in the sql query by //
But to comment here in uipath.
yah that would work including these
- -
//
/* */
but ensure that the sql statement is placed within double quotes
as you have used single quotes this is showing error
Cheers @balkishan
Not worked bro?
I want to comment the whole line
Not worked bro
its a string
so we need to mention it inside double quotes as suggested here
Cheers @balkishan
Bro, How can we comment the complete line, you have shown in the middle of the line, I want to comment the complete line.
Like “Select * from the Student where S_ID = 10001”
see bro
So how can I comment the complete line.
like this
“//Select * from the Student where S_ID = 10001//”
or
but if we are trying to comment out the whole statement then wy we need to use that activity itself
Cheers @balkishan
Thanks that what I want
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.