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

<channel>
	<title>MDBitz Development Resources &#187; SQL</title>
	<atom:link href="http://resources.mdbitz.com/tags/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Nov 2010 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using the Describe command of IBM DB2 to get column data types</title>
		<link>http://resources.mdbitz.com/2010/06/using-the-describe-command-of-ibm-db2-to-get-column-data-types/</link>
		<comments>http://resources.mdbitz.com/2010/06/using-the-describe-command-of-ibm-db2-to-get-column-data-types/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 17:33:51 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Column Data Type]]></category>
		<category><![CDATA[Column Type]]></category>
		<category><![CDATA[DESCRIBE]]></category>
		<category><![CDATA[DESCRIBE TABLE]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1414</guid>
		<description><![CDATA[Ever find yourself working in an unfamiliar Database or table and in need of knowing what are the data types for the different columns? Well that recently happened to me when I had to expand some queries in a DB2 environment. As it turns out there exists the Describe command that outputs the columns of [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/06/using-the-describe-command-of-ibm-db2-to-get-column-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiplying a Database Column&#8217;s Values</title>
		<link>http://resources.mdbitz.com/2010/06/multiplying-a-database-columns-values/</link>
		<comments>http://resources.mdbitz.com/2010/06/multiplying-a-database-columns-values/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 17:32:12 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[ANTILOG]]></category>
		<category><![CDATA[EXP]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[SUM]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1395</guid>
		<description><![CDATA[Like most individuals I find the built int SUM function of SQL very helpful when performing computations. Recently however I found myself wondering how to compute the product of a result set grouped by some factor, and I found myself slightly at a lost as no Product function exists. Fortunately for us we can use [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/06/multiplying-a-database-columns-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subtle but required syntax when writing a DB2 WHERE clause</title>
		<link>http://resources.mdbitz.com/2010/05/subtle-but-required-syntax-when-writing-a-db2-where-clause/</link>
		<comments>http://resources.mdbitz.com/2010/05/subtle-but-required-syntax-when-writing-a-db2-where-clause/#comments</comments>
		<pubDate>Wed, 26 May 2010 14:09:18 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[AND]]></category>
		<category><![CDATA[OR]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WHERE]]></category>
		<category><![CDATA[WHERE CLAUSE]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1389</guid>
		<description><![CDATA[While continuing my exploration into the world of DB2 databases, I found myself confused as to why my basic SELECT &#8230; WHERE &#8230; statement were failing when I tried to do AND/OR clauses. After a little fumbling around I found the solution&#8230; parentheses. Parenthesis? you ask, yes. Simply put when you want to write a [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/05/subtle-but-required-syntax-when-writing-a-db2-where-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to limit rows returned in a DB2 database</title>
		<link>http://resources.mdbitz.com/2010/05/how-to-limit-rows-returned-in-a-db2-database/</link>
		<comments>http://resources.mdbitz.com/2010/05/how-to-limit-rows-returned-in-a-db2-database/#comments</comments>
		<pubDate>Tue, 25 May 2010 15:39:47 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[FETCH]]></category>
		<category><![CDATA[LIMIT]]></category>
		<category><![CDATA[ROWCOUNT]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[TOP]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1383</guid>
		<description><![CDATA[Back from an extended vacation and I find myself in the middle of a project needing to export data from a DB2 database. Fortunately I have decent knowledge of SQL and the basic syntax matches up but then I found myself wanting to limit the results returned. Now in T-SQL and MySQL I often would [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/05/how-to-limit-rows-returned-in-a-db2-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Database Objects: An Introduction to PDOs and why you should utilize them</title>
		<link>http://resources.mdbitz.com/2010/02/php-database-objects-an-introduction-to-pdos-and-why-you-should-utilize-them/</link>
		<comments>http://resources.mdbitz.com/2010/02/php-database-objects-an-introduction-to-pdos-and-why-you-should-utilize-them/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:05:26 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[FETCH]]></category>
		<category><![CDATA[fetchAll]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[PDOStatement]]></category>
		<category><![CDATA[SQL Injection]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1027</guid>
		<description><![CDATA[PHP Database Objects PDOs for short is a light-weight data abstraction layer for PHP. What this means is that it allows you to use an interface for performing data manipulations instead of using db specify functions such as mysql_query. So that if you needed to migrate to a different database you would not have to [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/02/php-database-objects-an-introduction-to-pdos-and-why-you-should-utilize-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to define Dynamic SQL queries by using iBATIS Persistance Framework</title>
		<link>http://resources.mdbitz.com/2010/02/how-to-define-dynamic-sql-queries-by-using-ibatis-persistance-framework/</link>
		<comments>http://resources.mdbitz.com/2010/02/how-to-define-dynamic-sql-queries-by-using-ibatis-persistance-framework/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:36:24 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[DAO]]></category>
		<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[iBATIS]]></category>
		<category><![CDATA[SQL Maps]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=968</guid>
		<description><![CDATA[How many times have you found yourself defining multiple find or search methods for obtaining data in your Web Applications. For example for a Users table you may have a findByName, findById, FindByEmail, and etc. Utilizing the iBATIS framework and SQL Maps we can have all these sql statements condensed into a single dynamic select [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/02/how-to-define-dynamic-sql-queries-by-using-ibatis-persistance-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Snippets: How to obtain the next identity value from a Sybase Table</title>
		<link>http://resources.mdbitz.com/2009/10/code-snippets-how-to-obtain-the-next-identity-value-from-a-sybase-table/</link>
		<comments>http://resources.mdbitz.com/2009/10/code-snippets-how-to-obtain-the-next-identity-value-from-a-sybase-table/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 19:06:11 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SYBASE]]></category>
		<category><![CDATA[Transact-SQL]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=307</guid>
		<description><![CDATA[There are a few methods available to the Sybase Transact-SQL developer who needs to obtain the next primary key for the next row to be inserted. If the primary column is an identity column then the next_identity function can be used. The proper syntax is: SELECT next_identity&#40; &#34;TABLE_NAME&#34; &#41; If however you have not used [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/10/code-snippets-how-to-obtain-the-next-identity-value-from-a-sybase-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SYBASE ASE :: Create Table Transact-SQL Syntax &#8211; An Overview</title>
		<link>http://resources.mdbitz.com/2009/09/sybase-ase-create-table-transact-sql-syntax-an-overview/</link>
		<comments>http://resources.mdbitz.com/2009/09/sybase-ase-create-table-transact-sql-syntax-an-overview/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:03:35 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Adaptive Server Enterprise]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SYBASE]]></category>
		<category><![CDATA[Transact-SQL]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=253</guid>
		<description><![CDATA[SYBASE Adaptive Server Enterprise (ASE) is a relational model database server, that uses Transact-SQL (T-SQL) as the procedural language for creating, modifying and querying the Databases. Detailed below is a short overview of how to create tables in an ASE Database Server including auto generating ID SEQUENCES, foreign keys, and unique indexes. Basic Format Like [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/09/sybase-ase-create-table-transact-sql-syntax-an-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iBATIS Data Mapper</title>
		<link>http://resources.mdbitz.com/2009/09/ibatis-data-mapper/</link>
		<comments>http://resources.mdbitz.com/2009/09/ibatis-data-mapper/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:21:09 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Persistence Layer]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=184</guid>
		<description><![CDATA[What is iBATIS? iBATIS is a framework that utilize DAO and SQL Maps to create a light weight persistence layer interfaces that allows you as the developer to easily interact with your Database using objects and sql that you write instead of learning complex ORMs such as Hibernate. Simply put iBATIS acts as the mapper [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/09/ibatis-data-mapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

