<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL | brighter software</title>
	<atom:link href="https://brightersoftware.net/category/sql/feed" rel="self" type="application/rss+xml" />
	<link>https://brightersoftware.net</link>
	<description></description>
	<lastBuildDate>Fri, 02 Oct 2020 16:20:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>SQL Convert European EUR date DDMMCCYY to DDMMYY</title>
		<link>https://brightersoftware.net/sql-convert-european-eur-date-ddmmccyy-to-ddmmyy</link>
		
		<dc:creator><![CDATA[Nigel]]></dc:creator>
		<pubDate>Fri, 02 Oct 2020 16:20:44 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://mxp.kvp.mybluehost.me/website_e5b9c797/?p=308</guid>

					<description><![CDATA[<p>The following SQL is an example of how to convert a date such as 17041967 to 170467 create table myfile as ( SELECT ACCOUNTNR, datedmcy INTEGER((substr(digits(datedmcy), 1, 2) CONCAT substr(digits(datedmcy), 3, 2) CONCAT substr(digits(datedmcy), 7, 2))) as datedmy FROM account ) with data</p>
<p>The post <a href="https://brightersoftware.net/sql-convert-european-eur-date-ddmmccyy-to-ddmmyy">SQL Convert European EUR date DDMMCCYY to DDMMYY</a> first appeared on <a href="https://brightersoftware.net">brighter software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>SQL &#8211; Convert Numeric Field to Date Type for Comparison</title>
		<link>https://brightersoftware.net/sql-convert-numeric-field-to-date-type-for-comparison</link>
		
		<dc:creator><![CDATA[Nigel]]></dc:creator>
		<pubDate>Fri, 11 May 2018 16:11:43 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://mxp.kvp.mybluehost.me/website_e5b9c797/?p=205</guid>

					<description><![CDATA[<p>Many older databases have the dates held in numeric fields in formats such as ddmmyy. This can be problematic when performing selection and calculations. However, by using the functions DATE, SUBSTR, DIGITS &#38; CONCAT we are able to carry out these SQL selects. The following SQL statement will select all accounts with a due date of&#8230;&#160;<a href="https://brightersoftware.net/sql-convert-numeric-field-to-date-type-for-comparison" rel="bookmark">Read More &#187;<span class="screen-reader-text">SQL &#8211; Convert Numeric Field to Date Type for Comparison</span></a></p>
<p>The post <a href="https://brightersoftware.net/sql-convert-numeric-field-to-date-type-for-comparison">SQL – Convert Numeric Field to Date Type for Comparison</a> first appeared on <a href="https://brightersoftware.net">brighter software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>SQL Upper Case and Lower Case String Conversion</title>
		<link>https://brightersoftware.net/upper-case-and-lower-case-string-conversion</link>
		
		<dc:creator><![CDATA[Nigel]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 11:18:03 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://mxp.kvp.mybluehost.me/website_e5b9c797/?p=187</guid>

					<description><![CDATA[<p>SQL Convert String to Upper Case postcode: cf64 3pg update customer set postcode = UPPER(postcode) postcode: CF64 3PG SQL Convert String to Lower Case postcode: CF64 3PG update customer set postcode = LOWER(postcode) postcode: cf64 3pg</p>
<p>The post <a href="https://brightersoftware.net/upper-case-and-lower-case-string-conversion">SQL Upper Case and Lower Case String Conversion</a> first appeared on <a href="https://brightersoftware.net">brighter software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Validate a Legacy iSeries Date Using SQL</title>
		<link>https://brightersoftware.net/validate-a-legacy-iseries-date-using-sql</link>
		
		<dc:creator><![CDATA[Nigel]]></dc:creator>
		<pubDate>Thu, 12 Mar 2015 14:16:48 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://mxp.kvp.mybluehost.me/website_e5b9c797/?p=174</guid>

					<description><![CDATA[<p>SQL is very useful for data hygiene projects allowing analysts to check the validity and integrity of the database. However, checking that a legacy date is correct cannot be done without the use of a user-defined function. The following function accepts a numeric date in the format ddmmyy. This is converted into standard date format and validated. The function returns a&#8230;&#160;<a href="https://brightersoftware.net/validate-a-legacy-iseries-date-using-sql" rel="bookmark">Read More &#187;<span class="screen-reader-text">Validate a Legacy iSeries Date Using SQL</span></a></p>
<p>The post <a href="https://brightersoftware.net/validate-a-legacy-iseries-date-using-sql">Validate a Legacy iSeries Date Using SQL</a> first appeared on <a href="https://brightersoftware.net">brighter software</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
