Prepare for your Next Interview
This is a discussion on What does this mean!! within the DB2 forums, part of the Databases category; Hi friends, I came across a strange thing today. There was a query select *from emp order by name,sal -- I dnt know what does -- stand for in the above ...
|
|||
|
What does this mean!!
Hi friends,
I came across a strange thing today. There was a query select *from emp order by name,sal -- I dnt know what does -- stand for in the above query. I couldnt find out the difference with -- or without --. Please help me understand this. Thanks in advance, Divya |
| Sponsored Links |
|
|||
|
Re: What does this mean!!
-- is not part of the syntax.
-- anything after the double-hyphen is a comment in DB2 |
| The Following User Says Thank You to debasisdas For This Useful Post: | ||
|
|||
|
Quote:
![]() |