<?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>IT Answers &#187; NULL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/null/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>null v/s &#8221; &#8220;(empty string) in Java</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/null-vs-empty-string/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/null-vs-empty-string/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 05:11:56 +0000</pubDate>
		<dc:creator>Prcvjr</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[Java developers]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[String name]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/null-vs-empty-string/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Constraints (MySql,tables,null,PK,FK etc)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/constraints-mysqltablesnullpkfk-etc/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/constraints-mysqltablesnullpkfk-etc/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:52:39 +0000</pubDate>
		<dc:creator>Ak1bo78</dc:creator>
				<category><![CDATA[constraints]]></category>
		<category><![CDATA[foreign key]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NOT NULL]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[primary key]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi all(waves) noob here ( ) ( yes you might look down upon me) ( ) never the less&#8230;.:)  Quick question: Tables made so far: department values (depno,dname) course values values (courseno) How would I create a table eg &#8220;Table budgets&#8221;&#8230;with values of two budgets (£100 and £200) for courses. 1.Courses are managed by departments. [...]]]></description>
				<content:encoded><![CDATA[<p><b>Hi all(waves) noob here ( <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) ( yes you might look down upon me) ( <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ) never the less&#8230;.:)<br />
 Quick question:</p>
<p>Tables made so far:<br />
department values (depno,dname)<br />
course values values (courseno)</p>
<p>How would I create a table eg &#8220;Table budgets&#8221;&#8230;with values of two budgets (£100 and £200) for courses. </p>
<p>1.Courses are managed by departments.<br />
2.Department A manages course 1 and 2<br />
3.Department B manages course 3 and 4<br />
4.Department C manages course 5,6,7,8<br />
5.Department D manages course 9 and 10<br />
6.Department E manages no course<br />
7.Courses 1-5 each have a budget of £200<br />
8.Courses 6-10 each have a budget of £300 </p>
<p>I know the table needs primary key and foreign keys referencing two tables:department and course.</p>
<p>I have tried the following so far:</p>
<p>CREATE TABLE budgets (depno INTEGER NOT NULL,courseno INTEGER NOT NULL,dname (char)NOT NULL,budgetA INTEGER(200),budgetB INTEGER (300),PRIMARY KEY (depno) REFERENCES department (depno),FOREIGN KEY (courseno) REFERENCES course (courseno));</p>
<p>I have also tried:<br />
CREATE TABLE budgets (depno INTEGER NOT NULL,courseno INTEGER NOT NULL,dname (char)NOT NULL,budgetID INTEGER(1,2,3,4,5,6,7,8,9,10),PRIMARY KEY (budgetID) REFERENCES department (depno),FOREIGN KEY (courseno) REFERENCES course (courseno));</p>
<p>When mysl&#8217;d:<br />
Select budgetA from budgets where dname=&#8221;Department A&#8221;;</p>
<p>Answer should be:budgetA £200 </p>
<p>When mysl&#8217;d:<br />
Select budgetID(1),courseno(5) from budgets,course where dname=&#8221;Department C&#8221;;</p>
<p>Answer should be:budgetA £200 or £300<br />
depending if its courseno 5 or higher.</p>
<p>All help MUCH appreciated. Yes I know its a short question.Not!! lol well it might be simple for all you SQL pros out there.Ive only used 4months now&#8230;:)</p>
<p>Thanks,<br />
Akibo<br />
</b></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/constraints-mysqltablesnullpkfk-etc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Eliminating Nulls in tSQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eliminating-nulls-in-tsql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/eliminating-nulls-in-tsql/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 14:09:09 +0000</pubDate>
		<dc:creator>TJay</dc:creator>
				<category><![CDATA[ANSI]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[T/SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If I want to return null values in a query that has &#8220;Where Field1&#60;&#62;&#8217;test&#8217; is there an option I can turn on? Example: CREATE TABLE myTable(Field1 varchar(25)) GO INSERT INTO myTable VALUES (&#8216;test&#8217;) INSERT INTO myTable VALUES(&#8216;test2&#8242;) INSERT INTO myTable VALUES(null) GO Select * From myTable Where Field1&#60;&#62;&#8217;test&#8217; &#8211;Only returns test2 and not the null [...]]]></description>
				<content:encoded><![CDATA[<p>If I want to return null values in a query that has &#8220;Where Field1&lt;&gt;&#8217;test&#8217; is there an option I can turn on?  </p>
<p>Example:<br />
CREATE TABLE myTable(Field1 varchar(25))<br />
GO<br />
INSERT INTO myTable VALUES (&#8216;test&#8217;)<br />
INSERT INTO myTable VALUES(&#8216;test2&#8242;)<br />
INSERT INTO myTable VALUES(null)<br />
GO</p>
<p>Select * From myTable<br />
Where Field1&lt;&gt;&#8217;test&#8217;</p>
<p>&#8211;Only returns test2 and not the null record.. What if I want to return the null without using &#8220;or Field1 is null&#8221;?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/eliminating-nulls-in-tsql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>empty fields in a query</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/empty-fields-in-a-query/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/empty-fields-in-a-query/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:20:58 +0000</pubDate>
		<dc:creator>Bananahead</dc:creator>
				<category><![CDATA[CASE statement]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a column with answers that people responded to different questions about themseleves. I have another column with the question id that the answer corresponds to. i want to display the answers in separate columns based on which question it corresponds to. Each column should be filled with the answers to the specific question. [...]]]></description>
				<content:encoded><![CDATA[<p>I have a column with answers that people responded to  different questions about themseleves. I have another column with the question id that the answer corresponds to. i want to display the answers in separate columns based on which question it corresponds to. Each column should be filled with the answers to the specific question. I used a case statement to divide the answer column into different columns based on their question id. The problem is that i don&#8217;t know what to put after the else. if i put Null, then i have a lot of empty fields that say null. I want that the fields shouldn&#8217;t show up all together. </p>
<p>Here is my query:</p>
<p>SELECT DISTINCT<br />
                      TOP (100) PERCENT dbo.ProfileAnswers.u_username AS Username, CASE ProfileAnswers.pq_id WHEN 101 THEN ProfileAnswers.pa_value ELSE NULL<br />
                       END AS HebrewName, CASE ProfileAnswers.pq_id WHEN 42 THEN ProfileAnswers.pa_value ELSE NULL END AS &#8216;Learing/Working&#8217;,<br />
                      CASE ProfileAnswers.pq_id WHEN 70 THEN ProfileAnswers.pa_value ELSE NULL END AS &#8216;Previously Married&#8217;,<br />
                      CASE ProfileAnswers.pq_id WHEN 35 THEN ProfileAnswers.pa_value ELSE NULL END AS Type, dbo.ProfileAnswers.pa_approved AS Approved,<br />
                      DATEDIFF(Year, dbo.Users.u_birthdate, GETDATE()) AS Age<br />
FROM         dbo.ProfileAnswers INNER JOIN<br />
                      dbo.Users ON dbo.ProfileAnswers.u_username = dbo.Users.u_username<br />
WHERE     (dbo.Users.u_gender = 2)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/empty-fields-in-a-query/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Null Expressions</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/null-expressions/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/null-expressions/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:17:09 +0000</pubDate>
		<dc:creator>Karenfae</dc:creator>
				<category><![CDATA[NULL]]></category>
		<category><![CDATA[Null Expressions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am sure this is simple, I just need to know what the expressions is if you have fields in lets say a report that are : some empty and some with information&#8230;such as Telephone Field. I want to show only those &#8220;telephone&#8221; that are actually in the field. Example John Doe 555-555-5555 430 Cow [...]]]></description>
				<content:encoded><![CDATA[<p>I am sure this is simple, I just need to know what the expressions is if you have fields in lets say a report that are : some empty and some with information&#8230;such as Telephone Field.  </p>
<p>I want to show only those &#8220;telephone&#8221; that are actually in the field.  </p>
<p>Example<br />
John Doe<br />
555-555-5555<br />
430 Cow Street<br />
anywhere, usa</p>
<p>Jane Doe<br />
560 Horse Street<br />
everywhere, usa</p>
<p>I realize it is a null expression, but I am not getting something right.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/null-expressions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PL/SQL: How to check address NOT NULL but can take -(hyphen) instead being NULL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-address-not-null-but-can-take-hyphen-instead-being-null/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-address-not-null-but-can-take-hyphen-instead-being-null/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 03:59:45 +0000</pubDate>
		<dc:creator>Inprise</dc:creator>
				<category><![CDATA[NOT NULL]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Experts, How can we make a check on an attribute not null but can take &#8211; rather I have address 3 which can&#8217;t take null instead &#8211; would be fine how this can be check n PL/SQL procedure I can check IF address 3 IS NULL THEN &#8230; END IF But i want to [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Experts,</p>
<p>How can we make a check on an attribute not null but can take &#8211; rather </p>
<p>I have address 3 which can&#8217;t take null instead &#8211; would be fine </p>
<p>how this can be check n PL/SQL procedure</p>
<p>I can check IF address 3 IS NULL THEN<br />
&#8230;<br />
END IF</p>
<p>But i want to test with test case tat it can&#8217;t take NULL but can take &#8216;-&#8217; hyphen instead </p>
<p>please guide how can i achive this .</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-address-not-null-but-can-take-hyphen-instead-being-null/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PL/SQL &#8211; Attribute to test not null and can take specific value instead</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/attribute-to-test-not-null-and-can-take-specific-value-instead/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/attribute-to-test-not-null-and-can-take-specific-value-instead/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:13:40 +0000</pubDate>
		<dc:creator>Inprise</dc:creator>
				<category><![CDATA[NOT NULL]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[Oracle PL/SQL]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Experts, How can we make a check on an attribute not null but can take &#8211; rather I have address 3 which can&#8217;t take null instead &#8211; would be fine how this can be check n PL/SQL procedure]]></description>
				<content:encoded><![CDATA[<p>Hi Experts,</p>
<p>How can we make a check on an attribute not null but can take &#8211; rather </p>
<p>I have address 3 which can&#8217;t take null instead &#8211; would be fine </p>
<p>how this can be check n PL/SQL procedure</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/attribute-to-test-not-null-and-can-take-specific-value-instead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Records with null value not in output</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/records-with-null-value-not-in-output/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/records-with-null-value-not-in-output/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 14:46:21 +0000</pubDate>
		<dc:creator>Tams</dc:creator>
				<category><![CDATA[NULL]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[See query: select distinct f2.description Business_Unit, f3.description Department, f4.description Function, a.segment5 Account, f5.description Account_Description, sum(nvl(d.entered_dr,0) &#8211; nvl(d.entered_cr,0)) Actual, (Select sum(nvl(dd.entered_dr,0) &#8211; nvl(dd.entered_cr,0)) from apps.gl_je_headers_v cc, APPS.GL_JE_LINES_V dd, apps.gl_code_combinations aa, apps.fnd_flex_values_vl ff2, apps.fnd_flex_values_vl ff3, apps.fnd_flex_values_vl ff4, apps.fnd_flex_values_vl ff5, apps.gl_budget_versions ee where dd.code_combination_id = aa.CODE_COMBINATION_ID and dd.code_combination_id = d.code_combination_id and cc.JE_HEADER_ID = dd.JE_HEADER_ID and cc.BUDGET_VERSION_ID = ee.BUDGET_VERSION_ID [...]]]></description>
				<content:encoded><![CDATA[<p>See query:</p>
<p>select distinct f2.description Business_Unit,<br />
	            f3.description Department,<br />
	           	f4.description Function,<br />
				a.segment5 Account,<br />
	            f5.description Account_Description,<br />
	           	sum(nvl(d.entered_dr,0) &#8211; nvl(d.entered_cr,0)) Actual,<br />
				(Select sum(nvl(dd.entered_dr,0) &#8211; nvl(dd.entered_cr,0))<br />
				 from          apps.gl_je_headers_v cc,<br />
                               APPS.GL_JE_LINES_V dd,<br />
							   apps.gl_code_combinations aa,<br />
				               apps.fnd_flex_values_vl ff2,<br />
                               apps.fnd_flex_values_vl ff3,<br />
                               apps.fnd_flex_values_vl ff4,<br />
                               apps.fnd_flex_values_vl ff5,<br />
							   apps.gl_budget_versions ee<br />
			    where          dd.code_combination_id = aa.CODE_COMBINATION_ID<br />
              	and            dd.code_combination_id = d.code_combination_id<br />
                and            cc.JE_HEADER_ID = dd.JE_HEADER_ID<br />
				and            cc.BUDGET_VERSION_ID = ee.BUDGET_VERSION_ID<br />
                AND            aa.segment2 = ff2.flex_value<br />
                AND            aa.segment3 = ff3.flex_value<br />
                AND            aa.segment4 = ff4.flex_value<br />
                AND            aa.segment5 = ff5.flex_value<br />
				and            ee.BUDGET_NAME = &#8216;&#038;Budget_Name&#8217;<br />
				and            aa.segment5 in (<br />
                                               &#8217;34001&#8242;,<br />
                                               &#8217;34002&#8242;,<br />
                                               &#8217;34011&#8242;,<br />
                                               &#8217;34012&#8242;,<br />
                                               &#8217;34013&#8242;,<br />
                                               &#8217;34014&#8242;,<br />
                                               &#8217;34015&#8242;,<br />
                                               &#8217;34016&#8242;,<br />
                                               &#8217;34051&#8242;,<br />
                                               &#8217;34052&#8242;,<br />
                                               &#8217;34053&#8242;,<br />
                                               &#8217;34054&#8242;)<br />
                and            cc.actual_flag = &#8216;B&#8217;<br />
                AND            ff2.flex_value_set_id = 1009628<br />
                AND            ff3.flex_value_set_id = 1009629<br />
                AND            ff4.flex_value_set_id = 1009630<br />
                AND            ff5.flex_value_set_id = 1009631) Budget<br />
from          	apps.gl_je_headers_v c,<br />
                APPS.GL_JE_LINES_V d,<br />
                apps.gl_code_combinations a,<br />
				apps.fnd_flex_values_vl f2,<br />
                apps.fnd_flex_values_vl f3,<br />
                apps.fnd_flex_values_vl f4,<br />
                apps.fnd_flex_values_vl f5<br />
where           c.JE_HEADER_ID = d.JE_HEADER_ID<br />
and             d.code_combination_id = a.CODE_COMBINATION_ID<br />
AND             a.segment2 = f2.flex_value<br />
AND             a.segment3 = f3.flex_value<br />
AND             a.segment4 = f4.flex_value<br />
AND             a.segment5 = f5.flex_value<br />
and             c.actual_flag = &#8216;A&#8217;<br />
and             d.effective_Date between TO_CHAR(TO_DATE(&#8217;01-APR-2007&#8242;, &#8216;DD-MON-YYYY&#8217;)) and TO_CHAR(TO_DATE(&#8217;31-MAR-2008&#8242;, &#8216;DD-MON-YYYY&#8217;))<br />
AND             f2.flex_value_set_id = 1009628<br />
AND             f3.flex_value_set_id = 1009629<br />
AND             f4.flex_value_set_id = 1009630<br />
AND             f5.flex_value_set_id = 1009631<br />
and             a.segment5 in (<br />
                               &#8217;34001&#8242;,<br />
                               &#8217;34002&#8242;,<br />
                               &#8217;34011&#8242;,<br />
                               &#8217;34012&#8242;,<br />
                               &#8217;34013&#8242;,<br />
                               &#8217;34014&#8242;,<br />
                               &#8217;34015&#8242;,<br />
                               &#8217;34016&#8242;,<br />
                               &#8217;34051&#8242;,<br />
                               &#8217;34052&#8242;,<br />
                               &#8217;34053&#8242;,<br />
                               &#8217;34054&#8242;)<br />
group by        d.code_combination_id,<br />
                f2.description,<br />
                f3.description,<br />
		        f4.description,<br />
		        a.segment5,<br />
		        f5.description<br />
order by        f2.description, f3.description, f4.description, f5.DESCRIPTION;</p>
<p>My query is not showing the records where actual is null but budget has values.</p>
<p>Please can you assist?</p>
<p>Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/records-with-null-value-not-in-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel 2003 Cell has formula but empty Value or text</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/excel-2003-cell-has-formula-but-empty-value-or-text/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/excel-2003-cell-has-formula-but-empty-value-or-text/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 08:17:43 +0000</pubDate>
		<dc:creator>JonsIL</dc:creator>
				<category><![CDATA[Excel 2003]]></category>
		<category><![CDATA[NULL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hya I have a formula into Excel worksheet cell this value comes from out side Excel. sometimes there is a number and sometimes it contains nothing. I have used isblank isempty when the cell is empty and they return true (due to the formula inside the cell) do u thing i can chek if the [...]]]></description>
				<content:encoded><![CDATA[<p>Hya</p>
<p>I have a formula into Excel worksheet cell this value comes from out side Excel. sometimes there is a number and sometimes it contains nothing.</p>
<p>I have used<br />
isblank<br />
isempty </p>
<p>when the cell is empty and they return true (due to the formula inside the cell) do u thing i can chek if the cell is empty or not.</p>
<p>thanks in advance</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/excel-2003-cell-has-formula-but-empty-value-or-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.024 seconds using memcached
Object Caching 862/952 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 07:52:15 -->