<?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>테이블복사 &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/tag/%ed%85%8c%ec%9d%b4%eb%b8%94%eb%b3%b5%ec%82%ac/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Wed, 04 Oct 2023 05:50:19 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>테이블복사 &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[MSSQL] 테이블 복사 및 데이터 복사</title>
		<link>https://wp.goodzz.shop/dev/mssql/1225</link>
					<comments>https://wp.goodzz.shop/dev/mssql/1225#comments</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 05:30:38 +0000</pubDate>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[테이블복사]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=1225</guid>

					<description><![CDATA[1.테이블 복사 시에 데이터까지 복사할 경우 SELECT * INTO 복사할 TABLE명 FROM 원본 TABLE명 2.테이블 복사 시에 구조(데이터 제외)만 복사할 경우 SELECT * INTO 복사할 TABLE명 FROM 원본 TABLE명 WHERE 1 = 2 3.테이블이 존재하고 데이터만 복사할 경우 INSERT INTO 복사할 TABLE명 SELECT * FROM 원본 TABLE명 4.테이블이 존재하고 특정 데이터만 복사할 경우(WHERE절 추가) INSERT [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/mssql/1225/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
