<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>babydaemons</author_name>
  <author_url>https://blog.hatena.ne.jp/babydaemons/</author_url>
  <blog_title>babydaemons’ blog</blog_title>
  <blog_url>https://babydaemons.hatenablog.com/</blog_url>
  <categories>
    <anon>SQLServer</anon>
  </categories>
  <description>なんか昔エントリ書いた気がするんだけど、軽く検索したら見つからなかったので備忘録に残しておきます。 元ネタは こちらです↓ 解説もこちらです↓ CONVERTを使いこなそう！！ ～数値編～｜ソフトウエア開発部（システム開発・システム設計 株式会社アイロベックス｜東京都新宿区） ソースを晒しておく CREATE FUNCTION [dbo].[FORMAT_COMMA](@value int) RETURNS varchar(20) AS BEGIN RETURN REPLACE(CONVERT(varchar(20), CAST(@value AS money), 1), '.00', '')…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbabydaemons.hatenablog.com%2Fentry%2F20110616%2FSQLServer_CommaFormatting_UserDefineFunction&quot; title=&quot;整数値を3桁カンマ区切りに整形するユーザ定義関数 - babydaemons’ blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-06-16 00:00:00</published>
  <title>整数値を3桁カンマ区切りに整形するユーザ定義関数</title>
  <type>rich</type>
  <url>https://babydaemons.hatenablog.com/entry/20110616/SQLServer_CommaFormatting_UserDefineFunction</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
