Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Question of the Day : SubString Usage within the Database General forums, part of the Databases category; Hello All, Let’s see how many of you work with different databases and programming languages.... List the usage of substring with sample code in various databases like Oracle, SQL Server. ...
|
|||||||
|
|||
|
Question of the Day : SubString Usage
Hello All,
Let’s see how many of you work with different databases and programming languages.... List the usage of substring with sample code in various databases like Oracle, SQL Server. My SQL, DB2 and Programming languages like c, c++, vb. vb.net, C#, java, jsp and so on Thanks, Jim |
| Sponsored Links |
|
|||
|
Re: Question of the Day : SubString Usage
substr(main, start[, length]);
While 'main' is a string argument, 'start position' & 'length required' are numeric. It returns 'length' number of characters of 'main' starting from the character at position 'start'. 'length' is optional. If omitted, the function returns the rest of the characters from the position 'start'. Last edited by sutnarcha; 12-12-2006 at 01:18 PM. |
|
|||
|
Re: Question of the Day : SubString Usage
Quote:
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Usage of QBASIC | sripri | Windows | 2 | 10-13-2008 09:49 AM |
| Usage of function | janelyn | C and C++ | 2 | 11-12-2006 02:11 PM |
| Usage of this Command | sripri | Unix/Linux | 1 | 11-12-2006 01:57 PM |
| What is the Usage of this Command | RyanJames | Unix/Linux | 1 | 08-20-2006 12:17 AM |
| Usage of this command | Bessie | Unix/Linux | 1 | 08-17-2006 01:08 AM |