<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-596646127514743603</id><updated>2011-08-11T02:37:41.248-07:00</updated><category term='ORACLE'/><category term='UNION'/><category term='SQL'/><category term='QUOTE DELIMITER'/><category term='ORACLE APPLICATION EXPRESS'/><category term='APEX TEST'/><category term='NULL'/><category term='SPECIAL CHARACTERS'/><category term='NVL2'/><category term='INSERT'/><category term='UPDATE'/><category term='APEX'/><category term='1Z1-450'/><category term='CONVERT ROWS'/><category term='UNION ALL'/><category term='INETRSECT'/><category term='PERFORMANCE'/><category term='LNNVL'/><category term='VIRTUAL COLUMNS'/><category term='FUNCTION'/><category term='10G'/><category term='COALESCE'/><category term='NVL'/><category term='NULLIF'/><category term='CONNECT BY LEVEL'/><category term='11G'/><category term='MINUS'/><category term='RETURNING INTO'/><title type='text'>Saad Nayef's blog</title><subtitle type='html'>Welcome to my blog</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-2857139743849207013</id><published>2010-06-21T01:09:00.000-07:00</published><updated>2010-06-21T01:09:39.477-07:00</updated><title type='text'>CONTINUE Statement in PL/SQL (Oracle 11g):</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;We -as developers- know that most programming languages have CONTINUE statement to skip to next iteration of the loop, but unfortunately we didn't have in Oracle, so we used to do workaround code to&amp;nbsp;imitate CONTINUE functionality. Say we have the following loop code:&lt;/span&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;SET&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; serveroutput &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;ON&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;DECLARE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;BEGIN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;FOR&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; i &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 1 &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;..&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;b&gt;&lt;i&gt;DBMS_OUTPUT.put_line&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: red; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;'The current number is '&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; || i&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;);&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="color: blue; font-family: Courier; font-size: 13px; line-height: 14px;"&gt;END;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;And if we don't want to print for 4,6 and 8 numbers we would do some of the following workarounds:&lt;/span&gt;&lt;br /&gt;&lt;div style="direction: ltr;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Use label:&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;SET&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; serveroutput &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;ON&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;DECLARE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;BEGIN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;FOR&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; i &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 1 &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;..&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IF&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;I &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;4&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;6&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;8&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;))&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;THEN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;GOTO&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; FOO &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IF;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;b&gt;&lt;i&gt;DBMS_OUTPUT.PUT_LINE&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: red; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;'The current number is '&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; || I&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;);&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;FOO&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;NULL;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; font-size: 10pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Or use IF ELSE:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;SET&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; serveroutput &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;ON&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;DECLARE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;BEGIN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;FOR&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; i &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 1 &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;..&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IF&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;I &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;NOT&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;4&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;6&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;8&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;))&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;THEN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;b&gt;&lt;i&gt;DBMS_OUTPUT.PUT_LINE&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: red; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;'The current number is '&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; || I&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;);&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;ELSE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;NULL;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IF;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;etc...&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;The good news is we don't have to do previous code. In Oracle 11g a new feature is introduced to enable user to enable the developer to explicitly use CONTINUE statement:&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;SET&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; serveroutput &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;ON&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;DECLARE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;BEGIN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;FOR&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; i &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 1 &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;..&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;CONTINUE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;WHEN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; i &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;4&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;6&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;8&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;b&gt;&lt;i&gt;DBMS_OUTPUT.put_line&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: red; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;'The current number is '&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; || i&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;);&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="line-height: 14px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Or write:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="line-height: 14px;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;SET&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; serveroutput &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;ON&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;DECLARE&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;BEGIN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;FOR&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; i &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 1 &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;..&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IF&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; I &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;4&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;6&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;,&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;8&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;)&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;THEN&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;CONTINUE;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;IF;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;b&gt;&lt;i&gt;DBMS_OUTPUT.put_line&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;(&lt;/span&gt;&lt;span style="background: white; color: red; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;'The current number is '&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; || i&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;);&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt; &lt;/span&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;LOOP;&lt;/span&gt;&lt;span style="background: white; color: black; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;END;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background: white; color: blue; font-family: Courier; font-size: 10.0pt; mso-bidi-font-family: Courier; mso-highlight: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="line-height: 14px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;And viola....&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="line-height: 14px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="line-height: 14px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Saad Nayef,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-2857139743849207013?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/2857139743849207013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2010/06/continue-statement-in-plsql-oracle-11g.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/2857139743849207013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/2857139743849207013'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2010/06/continue-statement-in-plsql-oracle-11g.html' title='CONTINUE Statement in PL/SQL (Oracle 11g):'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-3273737960528914680</id><published>2010-06-17T01:59:00.000-07:00</published><updated>2010-06-17T02:34:11.593-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='10G'/><category scheme='http://www.blogger.com/atom/ns#' term='QUOTE DELIMITER'/><category scheme='http://www.blogger.com/atom/ns#' term='SPECIAL CHARACTERS'/><title type='text'>Escape special character (Still some people don't know 10g mechanism!):</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: auto;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 14px; white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: normal; white-space: normal;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 14px; white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: normal; white-space: normal;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 14px; white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: normal; white-space: normal;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 14px; white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: normal; white-space: normal;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 14px; white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: normal; white-space: normal;"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;To escape single quote in a string we used to add another single quote before -or after :)- the original single quote to consider those two single quote as one single quote within the string and not a string terminator, as the following:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;div class="MsoNormal" style="font-size: medium; line-height: normal; margin-bottom: 0.0001pt;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;SELECT&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; &lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: red; font-family: Courier; font-size: 10pt;"&gt;'I don''t like my brother''s car'&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="font-size: medium;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;FROM&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt; DUAL&lt;/span&gt;&lt;span style="color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="font-size: medium;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace;"&gt;&lt;span class="Apple-style-span" style="font-family: Courier; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 14px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;But do we have to do that for every single quote? Well we had to do it, but not anymore. In oracle 10g a new feature is introduced to make it easier to Oracle developers. The previous query would be:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;SELECT&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; q&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: red; font-family: Courier; font-size: 10pt;"&gt;'!I don't like my brother's car!'&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;FROM&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; DUAL&lt;/span&gt;&lt;/div&gt;&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;You may notice the&amp;nbsp;exclamation&amp;nbsp;mark "!" which is not the only character you can use, you can use "[" and "]" as start and end&amp;nbsp;respectively, or any character that is found in the original string with a&amp;nbsp;succeeding&amp;nbsp;single quote and it's better to choose a special character like "[ and ]", "{ and }", "!" ....&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;All of these queries are right:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;SELECT&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; q&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: red; font-family: Courier; font-size: 10pt;"&gt;'[I don't like my brother's car]'&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;FROM&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; DUAL&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;SELECT&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; q&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: red; font-family: Courier; font-size: 10pt;"&gt;'{I don't like my brother's car}'&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;FROM&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; DUAL&lt;/span&gt;&lt;br /&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Even:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-layout-grid-align: none; text-autospace: none;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt;"&gt;SELECT&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt; q&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: red; font-family: Courier; font-size: 10pt;"&gt;'ZI don't like my brother's carZ'&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: blue; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;FROM&lt;/span&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt; DUAL&lt;/span&gt;&lt;span style="color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: black; font-family: Courier; font-size: 10pt; line-height: 115%;"&gt;Saad Nayef,&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-3273737960528914680?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/3273737960528914680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2010/06/escape-special-character-still-some.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/3273737960528914680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/3273737960528914680'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2010/06/escape-special-character-still-some.html' title='Escape special character (Still some people don&apos;t know 10g mechanism!):'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-6956063509201140304</id><published>2010-05-19T10:38:00.000-07:00</published><updated>2010-05-23T22:09:14.660-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='CONVERT ROWS'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Converting rows to columns and vice versa:</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="MsoListParagraph" style="mso-list: l0 level1 lfo1; text-indent: -.25in;"&gt;&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;Converting rows to columns:&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Sometimes we need some reports that somehow require converting rows to columns. Here we are going to put a simple example on how to do so.&lt;/div&gt;&lt;div class="MsoNormal"&gt;We all know emp table in scott schema that contains deptno column, and we know that deptno column has three distinct values: 10, 20 and 30 –no value 40, but any way you can include it to make sure-.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.65pt; width: 614px;"&gt;&lt;tbody&gt;&lt;tr style="height: 16.1pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-right: none; border: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;EMPNO&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ENAME&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;JOB&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MGR&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;HIREDATE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SAL&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;COMM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-left: none; border: solid #AAAAAA 1.0pt; height: 16.1pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;DEPTNO&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 1;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7839&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;KING&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;PRESIDENT&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;17-Nov-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;5000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 2;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;BLAKE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MANAGER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7839&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1-May-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2850&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 3;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7782&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;CLARK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MANAGER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7839&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;9-Jun-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2450&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 4;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7566&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;JONES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MANAGER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7839&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2-Apr-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2975&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 5;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7788&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SCOTT&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ANALYST&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7566&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;9-Dec-82&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 6;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7902&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;FORD&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ANALYST&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7566&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3-Dec-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.1pt; mso-yfti-irow: 7;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7369&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SMITH&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;CLERK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7902&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;17-Dec-80&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;800&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 8;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7499&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ALLEN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SALESMAN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20-Feb-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1600&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;300&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 9;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7521&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;WARD&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SALESMAN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;22-Feb-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1250&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;500&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 10;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7654&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MARTIN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SALESMAN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;28-Sep-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1250&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1400&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 24.5pt; mso-yfti-irow: 11;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7844&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;TURNER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SALESMAN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;8-Sep-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1500&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 24.5pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.1pt; mso-yfti-irow: 12;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7876&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ADAMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;CLERK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7788&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;12-Jan-83&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.1pt; mso-yfti-irow: 13;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7900&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;JAMES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;CLERK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3-Dec-81&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;950&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.1pt; mso-yfti-irow: 14; mso-yfti-lastrow: yes;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7934&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MILLER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 65.75pt;" valign="bottom" width="88"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;CLERK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7782&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 60.0pt;" valign="bottom" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;23-Jan-82&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1300&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 16.1pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 55.75pt;" valign="bottom" width="74"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&amp;nbsp;Let’s say we need a report that shows each department –as columns- and its employees under it:&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;empno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;code&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;10&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ename)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;"10"&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;20&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ename)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;"20"&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;30&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ename)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;"30"&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;emp&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;ORDER&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;BY&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;2&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;3&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;4; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.65pt; width: 265px;"&gt;&lt;tbody&gt;&lt;tr style="height: 15.75pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-right: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;EMPNO&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-left: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 1;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7782&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;CLARK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 2;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7839&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;KING&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 3;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7934&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MILLER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 4;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7876&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ADAMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 5;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7902&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;FORD&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 6;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7566&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;JONES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 7;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7788&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SCOTT&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 8;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7369&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SMITH&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 9;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7499&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ALLEN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 10;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7698&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;BLAKE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 11;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7900&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;JAMES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 12;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7654&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;MARTIN&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 13;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7844&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;TURNER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 14; mso-yfti-lastrow: yes;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;7521&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;-&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 54.75pt;" valign="bottom" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;WARD&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;If we want to employees count for each department:&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;i&gt;&lt;span style="color: magenta; font-family: 'Courier New';"&gt;COUNT&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;10&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ename))&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;"10"&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;code&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;i&gt;&lt;span style="color: magenta; font-family: 'Courier New';"&gt;COUNT&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;20&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ename))&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;"20"&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;i&gt;&lt;span style="color: magenta; font-family: 'Courier New';"&gt;COUNT&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;30&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ename))&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;"30"&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;emp&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;GROUP&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;BY&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;deptno&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;;&lt;o:p&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New';"&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.65pt; width: 192px;"&gt;&lt;tbody&gt;&lt;tr style="height: 15.75pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-right: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-left: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 1;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 2;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;5&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 3; mso-yfti-lastrow: yes;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;And so on we can convert rows to columns as long as the values we want to make them as columns are not so many.&lt;/div&gt;&lt;div class="MsoNormal"&gt;Note that the key is &lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt; function.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoListParagraph" style="mso-list: l0 level1 lfo1; text-indent: -.25in;"&gt;-&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;Converting columns to rows:&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Create test table:&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;CREATE&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;TABLE&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;code&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;id&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;i&gt;NUMBER&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value1&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;i&gt;NUMBER&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value2&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;i&gt;NUMBER&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value3&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;i&gt;NUMBER&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value4&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;i&gt;NUMBER&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New';"&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Insert random data:&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INSERT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INTO&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;VALUES&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt; &lt;span class="apple-style-span"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;3&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;4&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INSERT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INTO&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;VALUES&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;4&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;6&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;8&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INSERT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INTO&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;VALUES&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;3&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;3&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;6&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;9&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INSERT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;INTO&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;VALUES&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;4&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;4&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;8&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;16&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;View table data to ckeck:&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New';"&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.65pt; width: 323px;"&gt;&lt;tbody&gt;&lt;tr style="height: 15.75pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-right: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ID&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;VALUE1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;VALUE2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;VALUE3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-left: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 50.0pt;" valign="bottom" width="67"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;VALUE4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 1;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 50.0pt;" valign="bottom" width="67"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 2;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 50.0pt;" valign="bottom" width="67"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;8&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 3;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;9&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 50.0pt;" valign="bottom" width="67"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 4; mso-yfti-lastrow: yes;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;8&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 50.0pt;" valign="bottom" width="67"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;and to convert columns to rows:&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;id&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;code&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ser&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="color: #ff0080; font-family: 'Courier New';"&gt;DECODE&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(ser&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'1'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value1&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'2'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value2&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'3'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value3&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'4'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;value4)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;d&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;convert_c2r&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'1'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ser&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;dual&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;UNION&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'2'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ser&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;dual&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;UNION&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'3'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ser&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;dual&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;UNION&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;SELECT&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: red; font-family: 'Courier New';"&gt;'4'&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;ser&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: blue; font-family: 'Courier New';"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: maroon; font-family: 'Courier New';"&gt;dual)&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: silver; font-family: 'Courier New';"&gt; ;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New';"&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-family: 'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.65pt; width: 192px;"&gt;&lt;tbody&gt;&lt;tr style="height: 15.75pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-right: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;ID&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: none; border-top: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;SER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="" style="background: #CFDCCF; border-left: none; border: solid #AAAAAA 1.0pt; height: 15.75pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: #3f863f; font-family: Arial, sans-serif; font-size: 8pt;"&gt;D&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 1;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 2;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 3;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 4;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 5;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 6;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 7;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 8;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;8&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 9;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 10;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 11;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;9&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 12;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 13;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 14;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;8&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 15;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #CCCCCC 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15.75pt; mso-yfti-irow: 16; mso-yfti-lastrow: yes;"&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: solid #AAAAAA 1.0pt; border-right: none; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #EFEFEF; border-bottom: solid #AAAAAA 1.0pt; border-left: none; border-right: solid #AAAAAA 1.0pt; border-top: none; height: 15.75pt; mso-border-top-alt: solid white 1.0pt; padding: 0in 5.4pt 0in 5.4pt; width: 48.0pt;" valign="bottom" width="64"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-char-indent-count: 1.0; text-indent: 8.0pt;"&gt;&lt;span style="color: black; font-family: Arial, sans-serif; font-size: 8pt;"&gt;16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Saad Nayef,&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-6956063509201140304?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/6956063509201140304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2010/05/converting-rows-to-columns-and-vice.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/6956063509201140304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/6956063509201140304'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2010/05/converting-rows-to-columns-and-vice.html' title='Converting rows to columns and vice versa:'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-5167639514678020924</id><published>2010-05-17T10:18:00.000-07:00</published><updated>2010-05-23T22:10:21.190-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VIRTUAL COLUMNS'/><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='11G'/><title type='text'>Virtual Columns in Oracle 11g</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="MsoNormal"&gt;Most of us have worked with columns that somehow are based on other columns in the same table. For example full_name column which is a concatenation of two columns first_name and last name. Maybe someone will say OK I’ve never done such a work, I used to use views to do it, or maybe I do the concatenation in the query itself without any need to store it and avoid redundancy. I’ll say it’s good but you need to make this every query and every time you need this ?!...&lt;/div&gt;&lt;div class="MsoNormal"&gt;Other that first_name and last_name, there are a lot of more complicated examples which bring pain to us.&lt;/div&gt;&lt;div class="MsoNormal"&gt;Anyway In Oracle 11g, you don’t need to take care of this anymore because Oracle will take care for you. Virtual columns in Oracle 11g is a perfect solution to our past case.&lt;/div&gt;&lt;div class="MsoNormal"&gt;So if we need to create a full_name column, all we have to do is add a virtual column:&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: 'Courier New';"&gt;CREATE TABLE emp (&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; empno      number,&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; first_name varchar2(15),&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; last_name&amp;nbsp; varchar2(15),&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; full_name&amp;nbsp; varchar2(30) generated always AS first_name || last_name virtual&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: 'Courier New';"&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Then you can consider the virtual column as normal column with few exception like you can’t manipulate it by DML –crystal clear!-, and virtual columns can’t be based on other virtual columns….&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-5167639514678020924?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/5167639514678020924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2010/05/virtual-columns-in-oracle-11g.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/5167639514678020924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/5167639514678020924'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2010/05/virtual-columns-in-oracle-11g.html' title='Virtual Columns in Oracle 11g'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-8410648591931633798</id><published>2010-01-04T21:02:00.000-08:00</published><updated>2010-05-23T22:07:09.493-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='CONNECT BY LEVEL'/><title type='text'>Query to generate incremental numbers in Oracle</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Small tip to generate incremental numbers that developers need it sometimes.&lt;br /&gt;So if I want to generate numbers from 1 to 30, I will write:&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT &amp;nbsp; &amp;nbsp; ROWNUM&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;FROM DUAL&lt;br /&gt;&lt;/code&gt;&lt;code&gt;CONNECT BY LEVEL &amp;lt;= 30;&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-8410648591931633798?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/8410648591931633798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2010/01/generate-incremental-numbers-as-records.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/8410648591931633798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/8410648591931633798'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2010/01/generate-incremental-numbers-as-records.html' title='Query to generate incremental numbers in Oracle'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-8904855389088266285</id><published>2009-12-26T04:00:00.000-08:00</published><updated>2010-05-23T22:06:23.459-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='APEX TEST'/><category scheme='http://www.blogger.com/atom/ns#' term='APEX'/><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE APPLICATION EXPRESS'/><category scheme='http://www.blogger.com/atom/ns#' term='1Z1-450'/><title type='text'>Oracle launches "Oracle Application Expresss Developer Certified Expert" certificate "1Z1-450"</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;New move from Oracle for "Oracle Application Express" developers to be more recognized and known by launching new certificate &lt;b&gt;Oracle Application Expresss Developer Certified Expert&lt;/b&gt;&lt;br /&gt;&lt;a href="http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=376"&gt;Oracle Application Express 3.2: Developing Web Applications&lt;/a&gt;&lt;br /&gt;Till now the it is beta exam and recommended training is &lt;br /&gt;&lt;a href="http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D56782GC10"&gt;Oracle Application Express: Developing Web Applications &lt;span style="color: red;"&gt;NEW&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&amp;nbsp; &lt;br /&gt;Saad,&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-8904855389088266285?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/8904855389088266285/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2009/12/oracle-launches-oracle-application.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/8904855389088266285'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/8904855389088266285'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2009/12/oracle-launches-oracle-application.html' title='Oracle launches &quot;Oracle Application Expresss Developer Certified Expert&quot; certificate &quot;1Z1-450&quot;'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-8537504095199182438</id><published>2009-12-15T21:41:00.000-08:00</published><updated>2010-05-23T22:04:56.667-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='INSERT'/><category scheme='http://www.blogger.com/atom/ns#' term='10G'/><category scheme='http://www.blogger.com/atom/ns#' term='RETURNING INTO'/><category scheme='http://www.blogger.com/atom/ns#' term='UPDATE'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>RETURNING INTO Clause in Oracle</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;, Nice new feature introduced in Oracle 10g:&lt;br /&gt;Single-Set Aggregates in DML Returning Clause: -as per Oracle documentation- This feature enables the use of single-set aggregation functions in the RETURNING clause of DML statements. This capability can result in significant performance gains in transactions that process many rows of the same table, a behavior often observed in batch processes.&lt;br /&gt;Simple syntax is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;INSERT INTO {table} (columnn)&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;&lt;pre&gt;&lt;code&gt;{values}&lt;values&gt;&lt;br /&gt;&lt;/values&gt;&lt;/code&gt;&lt;code&gt;RETURNING {exp} INTO {variables};&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;where: &lt;br /&gt;can be table, materialized view or single-table view.&lt;br /&gt;&lt;br /&gt;The purpose of the RETURNING clause is to return the rows affected by the INSERT statement.&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SET serveroutput on&lt;br /&gt;&lt;br /&gt;DECLARE&lt;br /&gt;&amp;nbsp;&amp;nbsp; v_total_salary &amp;nbsp; NUMBER;&lt;br /&gt;BEGIN&lt;br /&gt;&amp;nbsp;&amp;nbsp; INSERT INTO emp&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT *&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM emp&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; RETURNING SUM (sal)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO v_total_salary;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; DBMS_OUTPUT.put_line ('Total Salary is: ' || v_total_salary);&lt;br /&gt;END;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;/&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;RETURNING clause can be used with UPDATE statement:&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SET serveroutput on&lt;br /&gt;&lt;br /&gt;DECLARE&lt;br /&gt;&amp;nbsp;&amp;nbsp; v_total_salary &amp;nbsp; NUMBER;&lt;br /&gt;BEGIN&lt;br /&gt;&amp;nbsp;&amp;nbsp; UPDATE &amp;nbsp; &amp;nbsp;emp&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SET sal = sal * 1.1&lt;br /&gt;&amp;nbsp;&amp;nbsp; RETURNING SUM (sal)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO v_total_salary;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; DBMS_OUTPUT.put_line ('Total Salary is: ' || v_total_salary);&lt;br /&gt;END;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;/&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;RETURNING clause can be used with UPDATE statement also:&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SET serveroutput on&lt;br /&gt;&lt;br /&gt;DECLARE&lt;br /&gt;&amp;nbsp;&amp;nbsp; v_total_salary &amp;nbsp; NUMBER;&lt;br /&gt;BEGIN&lt;br /&gt;&amp;nbsp;&amp;nbsp; DELETE FROM emp&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE manager IS NOT NULL&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; RETURNING SUM (al)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO v_total_salary;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; DBMS_OUTPUT.put_line ('Total Salary is: ');&lt;br /&gt;END;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;/&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Saad,&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-8537504095199182438?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/8537504095199182438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2009/12/returning-into-clause-in-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/8537504095199182438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/8537504095199182438'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2009/12/returning-into-clause-in-oracle.html' title='RETURNING INTO Clause in Oracle'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-6763923727106148391</id><published>2009-12-07T00:02:00.000-08:00</published><updated>2009-12-07T02:14:05.263-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='NVL'/><category scheme='http://www.blogger.com/atom/ns#' term='NVL2'/><category scheme='http://www.blogger.com/atom/ns#' term='NULLIF'/><category scheme='http://www.blogger.com/atom/ns#' term='COALESCE'/><category scheme='http://www.blogger.com/atom/ns#' term='NULL'/><category scheme='http://www.blogger.com/atom/ns#' term='LNNVL'/><title type='text'>NULL value in Oracle</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;NULL is the absence of a value or information. NULL can be assigned (to a column or a variable ...) but it can not be equated with anything.&lt;br /&gt;so treating NULL or column which may contain NULL values should be done carefully.&lt;br /&gt;Any equation with NULL value will return NULL, same thing for Adding, subtracting, multiplying and dividing.&lt;br /&gt;&lt;br /&gt;Oracle has number of built-in functions to treat NULL values, we will describe some of these functions:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;NVL:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;NVL ( expr1 , expr2 )&lt;br /&gt;If expr1 is null, then NVL returns expr2. If expr1 is not null, then NVL returns expr1.&lt;br /&gt;The most frequently used function to replace a NULL value with another value (for example 0 in case of number datatype).&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT ename, NVL (comm, 0)&lt;br /&gt;  FROM emp;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;NVL2:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;NVL2 ( expr1 , expr2 , expr3 )&lt;br /&gt;If expr1 is null, then NVL2 returns expr3. If expr1 is not null, then NVL2 returns expr2.&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT ename, NVL2 (comm, 'has commission', 'has no commission')&lt;br /&gt;  FROM emp;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;COALESCE:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;COALESCE(expr[,expr]…)&lt;br /&gt;Returns the first non-null expr in the expression list.&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT COALESCE (NULL, 3, 1)&lt;br /&gt;  FROM DUAL;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;NULLIF:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;NULLIF( expr1, expr2 )&lt;br /&gt;NULLIF function returns NULL if expr1 and expr2 are equal. Otherwise, it returns expr1.&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT NULLIF (ename, ename)&lt;br /&gt;  FROM emp;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT NULLIF (ename, ename || ' ')&lt;br /&gt;  FROM emp;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;LNNVL:&lt;/span&gt;&lt;/b&gt; -New in Oracle 10g-&lt;br /&gt;LNNVL(condition)&lt;br /&gt;Return TRUE if the condition is false or unknown and FALSE if the condition is true.&lt;br /&gt;LNNVL provides a concise way to evaluate a condition when one or both operands of the condition may be null. The function can be used only in the WHERE clause of a query.&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT COUNT (*)&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE lnnvl (comm &amp;lt; .2);&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b&gt;Sorting&amp;nbsp;&lt;span style="font-weight: normal;"&gt;&lt;b&gt;NULL values&lt;span style="font-weight: normal;"&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;NULL values come last in ascending order and first in descending order but this order can be overridden by using NULLS FIRST/LAST clause.&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT   *&lt;br /&gt;    FROM emp&lt;br /&gt;ORDER BY comm DESC NULLS FIRST;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;u&gt;&lt;b&gt;Note:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;It is important to remember that any equation with NULL will return NULL, if we did understand this logic we can explain the reason why any query returns no rows if it has NOT IN operator with list of values (or sub-query) contains NULL values.&lt;br /&gt;The following query retuens no rows:&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT ename&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE empno NOT IN (SELECT mgr&lt;br /&gt;                       FROM emp);&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;To solve this problem we use NVL function:&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT ename&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE empno NOT IN (SELECT NVL (mgr, 0)&lt;br /&gt;                       FROM emp);&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;OR EXISTS&lt;br /&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;SELECT ename&lt;br /&gt;  FROM emp e&lt;br /&gt; WHERE NOT EXISTS (SELECT mgr&lt;br /&gt;                     FROM emp&lt;br /&gt;                    WHERE mgr = e.empno);&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Saad,&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-6763923727106148391?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/6763923727106148391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2009/12/null-value-in-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/6763923727106148391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/6763923727106148391'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2009/12/null-value-in-oracle.html' title='NULL value in Oracle'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-3866825636567581593</id><published>2009-11-29T02:52:00.000-08:00</published><updated>2009-11-29T21:47:00.377-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FUNCTION'/><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='PERFORMANCE'/><title type='text'>Compare the performance between two functions in Oracle</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: left;"&gt;Sometimes when we can do something in Oracle in more than one way, but at that point we have to use the best one which can serves us better.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;PERFORMANCE is the most important criteria we have to put into consideration when have more than one solution. Nice tip in Oracle enables us to measure performance -time spent- between more than one function which is &lt;b&gt;get_cpu_time&lt;/b&gt; from &lt;b&gt;dbms_utility&lt;/b&gt; package which returns the current CPU time in 100th's of a second and we use it before and after each function with loop of relatively big number of iteration.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Example:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;DECLARE&lt;br /&gt;   v_c1     NUMBER;&lt;br /&gt;   v_c2     NUMBER;&lt;br /&gt;   v_date   DATE;&lt;br /&gt;   v_char   VARCHAR2 (10);&lt;br /&gt;BEGIN&lt;br /&gt;   v_c1 := DBMS_UTILITY.get_cpu_time;&lt;br /&gt;&lt;br /&gt;   FOR c IN 1 .. 100000&lt;br /&gt;   LOOP&lt;br /&gt;      v_date := TRUNC (SYSDATE);&lt;br /&gt;   END LOOP;&lt;br /&gt;&lt;br /&gt;   v_c2 := DBMS_UTILITY.get_cpu_time;&lt;br /&gt;   DBMS_OUTPUT.put_line ('For loop using TRUNC');&lt;br /&gt;   DBMS_OUTPUT.put_line ('CPU seconds used: ' || (v_c2 - v_c1));&lt;br /&gt;   v_c1 := DBMS_UTILITY.get_cpu_time;&lt;br /&gt;&lt;br /&gt;   FOR c IN 1 .. 100000&lt;br /&gt;   LOOP&lt;br /&gt;      v_char := TO_CHAR (SYSDATE, 'DD-MM-YYYY');&lt;br /&gt;   END LOOP;&lt;br /&gt;&lt;br /&gt;   v_c2 := DBMS_UTILITY.get_cpu_time;&lt;br /&gt;   DBMS_OUTPUT.put_line ('For loop using TO_CHAR');&lt;br /&gt;   DBMS_OUTPUT.put_line ('CPU seconds used: ' || (v_c2 - v_c1));&lt;br /&gt;END;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="text-align: left;"&gt;The output is:&lt;br /&gt;&lt;/div&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;&lt;div style="text-align: left;"&gt;For loop using TRUNC&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;CPU seconds used: 25&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;For loop using TO_CHAR&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;CPU seconds used: 68&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;The numbers will change depending on CPU speed and tasks assigned, but anyway you can notice the difference.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Saad,&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-3866825636567581593?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/3866825636567581593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2009/11/compare-performance-between-two.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/3866825636567581593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/3866825636567581593'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2009/11/compare-performance-between-two.html' title='Compare the performance between two functions in Oracle'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-596646127514743603.post-5180929773828898558</id><published>2009-11-23T03:01:00.000-08:00</published><updated>2009-12-06T21:43:35.400-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ORACLE'/><category scheme='http://www.blogger.com/atom/ns#' term='UNION ALL'/><category scheme='http://www.blogger.com/atom/ns#' term='UNION'/><category scheme='http://www.blogger.com/atom/ns#' term='MINUS'/><category scheme='http://www.blogger.com/atom/ns#' term='INETRSECT'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Oracle UNION, UNION ALL, INTERSECT, MINUS</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;If you have result sets from two queries or more, and you want to combine those result sets or you want to remove duplicate rows or get only the common rows or not common rows, it's time to learn about UNION, UNION ALL, INTERSECT and MINUS queries: &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;UNION Query: &lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Allows you to combine the result sets of two or more queries but it &lt;strong&gt;&lt;u&gt;&lt;em&gt;removes the duplicate rows&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; between the queries. &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE job = 'MANAGER'&lt;br /&gt;UNION&lt;br /&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE deptno = 20;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;You can notice that employee with empno = 7566 should come in both select statement but comes once since we used UNION. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;UNION ALL Query:&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;Allows you to combine the result set of two or more queries and &lt;u&gt;&lt;strong&gt;&lt;em&gt;returns all rows&lt;/em&gt;&lt;/strong&gt;&lt;/u&gt;. &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE job = 'MANAGER'&lt;br /&gt;UNION ALL&lt;br /&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE deptno = 20;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Since we used UNION ALL, rows from both queries are returned and duplicate rows are not removed. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;INTERSECT Query:&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;It allow you to get &lt;u&gt;&lt;em&gt;&lt;strong&gt;only&lt;/strong&gt;&lt;/em&gt;&lt;/u&gt; selected rows returned by all queries you are using in INTERSECT Query. &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE job = 'MANAGER'&lt;br /&gt;INTERSECT&lt;br /&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE deptno = 20;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;It returns only one row -returned by both queries-. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt;MINUS Query:&lt;/strong&gt;&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Retuns rows from first query that are not returned by other queries. &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE job = 'MANAGER'&lt;br /&gt;MINUS&lt;br /&gt;SELECT *&lt;br /&gt;  FROM emp&lt;br /&gt; WHERE deptno = 20;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;strong&gt;&lt;u&gt;Note:&lt;/u&gt;&lt;/strong&gt; &lt;br /&gt;Each SQL statement within the UNION,UNION ALL,INTERSECT and MINUS query must have the same number of fields in the result sets with similar data types. &lt;br /&gt;&lt;br /&gt;Saad,&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/596646127514743603-5180929773828898558?l=saadnayef.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://saadnayef.blogspot.com/feeds/5180929773828898558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://saadnayef.blogspot.com/2009/11/oracle-union-union-all-inersect-minus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/5180929773828898558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/596646127514743603/posts/default/5180929773828898558'/><link rel='alternate' type='text/html' href='http://saadnayef.blogspot.com/2009/11/oracle-union-union-all-inersect-minus.html' title='Oracle UNION, UNION ALL, INTERSECT, MINUS'/><author><name>Saad Nayef</name><uri>http://www.blogger.com/profile/14658607371538625923</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
