﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><link>http://www.coderecipes.net/sql-string-functions.aspx</link><title>SQL String Functions</title><description>&lt;p&gt;SQL string functions allow you to manipulate character data effectively. Here you can find almost common SQL string functions such as ASCII, CHR, CHAR, CONCAT, LENGTH or LEN, REPLACE, LOWER and UPPER.&lt;/p&gt;</description><pubDate>Tue, 15 Jan 2008 09:02:00 GMT</pubDate><language>en-US</language><item><link>http://www.coderecipes.net/sql-ascii-function.aspx</link><title>SQL ASCII Function</title><pubDate>Mon, 17 Dec 2007 11:04:00 GMT</pubDate><description>If you want to find a numerical value of a character which is in range of 0 to 255 you can use SQL ASCII function.</description></item><item><link>http://www.coderecipes.net/sql-char-chr-function.aspx</link><title>SQL CHAR or CHR Function</title><pubDate>Mon, 17 Dec 2007 11:07:00 GMT</pubDate><description>SQL CHAR or CHR function converts an integer in range 0-255 into a ASCII character.</description></item><item><link>http://www.coderecipes.net/sql-concat-function.aspx</link><title>SQL CONCAT Function</title><pubDate>Mon, 17 Dec 2007 11:09:00 GMT</pubDate><description>SQL CONCAT function is used to concatenate two or more strings.</description></item><item><link>http://www.coderecipes.net/sql-length-function.aspx</link><title>SQL LENGTH Function</title><pubDate>Mon, 17 Dec 2007 11:11:00 GMT</pubDate><description>SQL LENGTH function to get the length of a string we can use SQL LENGTH or LEN function.</description></item><item><link>http://www.coderecipes.net/sql-replace-function.aspx</link><title>SQL REPLACE Function</title><pubDate>Fri, 29 Aug 2008 02:00:00 GMT</pubDate><description>SQL REPLACE function replaces every occurrence of the string specified as the searched string with the replacement string.</description></item><item><link>http://www.coderecipes.net/sql-upper-lower-case-functions.aspx</link><title>SQL UPPER and LOWER Functions</title><pubDate>Thu, 27 Dec 2007 10:47:00 GMT</pubDate><description>SQL Upper and Lower functions allow you change the uppercase and lowercase of a string.</description></item><item><link>http://www.coderecipes.net/sql-substring.aspx</link><title>SQL SUBSTRING</title><pubDate>Tue, 15 Jan 2008 09:30:00 GMT</pubDate><description>In order to get a part of a string we can use SQL SUBSTRINGfunction.</description></item></channel></rss>