<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://tom.conjective.ch/tomtom/rdf'>
    <s:Snip rdf:about='http://tom.conjective.ch/tomtom/rdf#SQL+Stuff'
         s:cUser='tom'
         s:oUser='tom'
         s:mUser='tom'>
        <s:name>SQL Stuff</s:name>
        <s:content>1 Listing tables with a certain column name (Oracle)&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;select &#xD;&#xA;    ut.table_name, ut.tablespace_name&#xD;&#xA;from &#xD;&#xA;    user_tab_columns utc,&#xD;&#xA;    user_tables ut&#xD;&#xA;where &#xD;&#xA;    utc.table_name = ut.table_name and&#xD;&#xA;    utc.column_name = upper(&apos;&amp;colname&apos;) and&#xD;&#xA;    ut.tablespace_name = upper(&apos;&amp;tsname&apos;)&#xD;&#xA;{code}&#xD;&#xA;</s:content>
        <s:mTime>2008-05-05 12:26:01.859</s:mTime>
        <s:cTime>2008-05-05 12:26:01.859</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>

