 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SQL View</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-view/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 08:17:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: vibgyor</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-view/#comment-107191</link>
		<dc:creator>vibgyor</dc:creator>
		<pubDate>Fri, 04 May 2012 05:40:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-107191</guid>
		<description><![CDATA[BiqKat,
   Thanks a lot for the suggestion.. It worked.]]></description>
		<content:encoded><![CDATA[<p>BiqKat,<br />
   Thanks a lot for the suggestion.. It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuccio</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-view/#comment-107170</link>
		<dc:creator>nuccio</dc:creator>
		<pubDate>Thu, 03 May 2012 16:55:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-107170</guid>
		<description><![CDATA[Hello, 
I am not an expert of SQL, but I use it to import files from As400 in Excel directly, in the case in which there is fields &quot;Packed&quot; in a string use the following method: 
Example Integer field (3,0): 
Integer (Substr (char (HEX (SUBSTR (STRING, 1, 2))), 1, 3)) AS Integer003
Example Decimal Field (5,2): 
(DEC (Substr (char (HEX (SUBSTR (STRING, 1, 3))), 1, 5))) /100 AS Decimal005002 

To import data in excel it works, I hope to have been useful]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am not an expert of SQL, but I use it to import files from As400 in Excel directly, in the case in which there is fields &#8220;Packed&#8221; in a string use the following method:<br />
Example Integer field (3,0):<br />
Integer (Substr (char (HEX (SUBSTR (STRING, 1, 2))), 1, 3)) AS Integer003<br />
Example Decimal Field (5,2):<br />
(DEC (Substr (char (HEX (SUBSTR (STRING, 1, 3))), 1, 5))) /100 AS Decimal005002 </p>
<p>To import data in excel it works, I hope to have been useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.018 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 08:28:19 -->