<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Substr SQL Query</title><link>http://www.bing.com:80/search?q=Substr+SQL+Query</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Substr SQL Query</title><link>http://www.bing.com:80/search?q=Substr+SQL+Query</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>MySQL SUBSTR () Function - W3Schools</title><link>https://www.w3schools.com/sql/func_mysql_substr.asp</link><description>Extract a substring from a string (start at position 5, extract 3 characters): The SUBSTR () function extracts a substring from a string (starting at any position). Note: The position of the first character in the string is 1. Note: The position of the last character in the string is -1.</description><pubDate>Fri, 21 Aug 2026 04:31:00 GMT</pubDate></item><item><title>substr () in C++ - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/cpp/substring-in-cpp/</link><description>In C++, the string substr () function is used to extract a substring from the given string. It generates a new string with its value initialized to a copy of a sub-string of the given string.</description><pubDate>Thu, 20 Aug 2026 23:38:00 GMT</pubDate></item><item><title>String.prototype.substr () - JavaScript - MDN</title><link>https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr</link><description>The substr () method of String values returns a portion of this string, starting at the specified index and extending for a given number of characters afterwards.</description><pubDate>Thu, 20 Aug 2026 19:13:00 GMT</pubDate></item><item><title>std::basic_string&lt;CharT,Traits,Allocator&gt;::substr - cppreference.com</title><link>https://en.cppreference.com/cpp/string/basic_string/substr</link><description>Returns a substring [pos, pos + count). If the requested substring extends past the end of the string, i.e. the count is greater than size() - pos (e.g. if count == npos), the returned substring is [pos, size ()). 1) Equivalent to return basic_string(*this, pos, count);. 2) Equivalent to return basic_string(std::move(*this), pos, count);.</description><pubDate>Thu, 20 Aug 2026 22:19:00 GMT</pubDate></item><item><title>JavaScript String substr () Method - W3Schools</title><link>https://www.w3schools.com/jsref/jsref_substr.asp</link><description>The substr () method extracts a part of a string. The substr () method begins at a specified position, and returns a specified number of characters. The substr () method does not change the original string. To extract characters from the end of the string, use a negative start position.</description><pubDate>Fri, 21 Aug 2026 05:29:00 GMT</pubDate></item><item><title>PHP: substr - Manual</title><link>https://www.php.net/manual/en/function.substr.php</link><description>Anyone coming from the Python world will be accustomed to making substrings by using a "slice index" on a string. The following function emulates basic Python string slice behavior.</description><pubDate>Thu, 20 Aug 2026 23:59:00 GMT</pubDate></item><item><title>SUBSTR - Oracle Help Center</title><link>https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/SUBSTR.html</link><description>The SUBSTR functions return a portion of char, beginning at character position, substring_length characters long. SUBSTR calculates lengths using characters as defined by the input character set.</description><pubDate>Wed, 19 Aug 2026 15:18:00 GMT</pubDate></item><item><title>string - C++ Users</title><link>https://cplusplus.com/reference/string/string/substr/</link><description>Position of the first character to be copied as a substring. If this is equal to the string length, the function returns an empty string. If this is greater than the string length, it throws out_of_range. Note: The first character is denoted by a value of 0 (not 1).</description><pubDate>Sun, 16 Aug 2026 17:09:00 GMT</pubDate></item><item><title>c++ - How to use string.substr () function? - Stack Overflow</title><link>https://stackoverflow.com/questions/2477850/how-to-use-string-substr-function</link><description>substr (i,j) means that you start from the index i (assuming the first index to be 0) and take next j chars. It does not mean going up to the index j.</description><pubDate>Thu, 20 Aug 2026 23:45:00 GMT</pubDate></item><item><title>Using string functions: SUBSTR (), TRIM (), UPPER (), LOWER ()</title><link>https://a-gentle-introduction-to-sql.readthedocs.io/en/latest/part2/string-functions.html</link><description>The SUBSTR () function takes the string we hand it in the parentheses and returns a part of the string that we define (ergo, substring). As we’ll see with other string functions, this string argument can be - and typically is - the name of a column in a table.</description><pubDate>Thu, 20 Aug 2026 10:45:00 GMT</pubDate></item></channel></rss>