This is a discussion on Mysql - what is the use of DO statement? within the Database Support forums, part of the Web Development category; Hi... What is the use of "DO" statement in Mysql? Can you any one explain me with example? ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi.... DO expr [, expr] ... Do is a command which executes the expressions it doesn’t return any results. It is a shorthand for “Select” expr. It has the advantage of slightly faster if u do not care about the result. DO is useful primarily with functions that have side effects, such as RELEASE_LOCK(). |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/database-support/3284-mysql-what-use-do-statement.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 08-12-2007 11:27 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drop view statement. | Pvinothkumar | Database Support | 5 | 03-25-2008 08:27 PM |
| Create View Statement | itbarota | Database Support | 5 | 03-25-2008 08:15 PM |
| Statement and Branch Coverage | vadivelanvaidyanathan | Software Testing | 0 | 01-28-2008 09:13 PM |
| Statement Coverage | vigneshgets | Software Testing | 2 | 01-24-2008 02:26 AM |
| What is the difference between a statement and a block? | sundarraja | C and C++ Programming | 4 | 08-10-2007 10:18 PM |