<?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>Lopple &#187; Transact-SQL</title>
	<atom:link href="http://www.lopple.jp/?cat=41&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lopple.jp</link>
	<description>組込ソフト・機器開発／スマートフォンアプリ開発／Webシステム開発・保守</description>
	<lastBuildDate>Fri, 12 Jul 2019 07:40:18 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Transact-SQL tips</title>
		<link>http://www.lopple.jp/?p=405</link>
		<comments>http://www.lopple.jp/?p=405#comments</comments>
		<pubDate>Wed, 13 Jun 2012 10:36:23 +0000</pubDate>
		<dc:creator>takezawa</dc:creator>
				<category><![CDATA[Transact-SQL]]></category>

		<guid isPermaLink="false">http://www.lopple.jp/?p=405</guid>
		<description><![CDATA[スカラ変数の宣言 DECLARE @hoge int SET @hoge = 1 スカラ変数の出力 SELECT @hoge （メッセージへの出力は？）]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td>スカラ変数の宣言</td>
<td>DECLARE @hoge int<br />
SET @hoge = 1</td>
</tr>
<tr>
<td>スカラ変数の出力</td>
<td>SELECT @hoge<br />
（メッセージへの出力は？）</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.lopple.jp/?feed=rss2&#038;p=405</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
