<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>guitarrapc_tech</author_name>
  <author_url>https://blog.hatena.ne.jp/guitarrapc_tech/</author_url>
  <blog_title>tech.guitarrapc.cóm</blog_title>
  <blog_url>https://tech.guitarrapc.com/</blog_url>
  <categories>
    <anon>SQL</anon>
  </categories>
  <description>Sybase SQL Anywhere使ってますか? MySQLを使っていて便利!!とよく言われるのがLIMIT句です。 MySQLでは、LIMIT句を使うことでクエリが返すRAW数(行数)を明示的に制限できます。 例えば、従業員テーブル(emp_def)から初めのレコードだけ取ってくるなら以下のようになります。 SELECT * FROM emp_def ORDER BY id LIMIT 1 ; あるいは、6,7,8,9,10番目のレコードを取ってくるなら以下ですね。 SELECT * FROM emp_def ORDER BY id LIMIT 5, 5 ; では、Sybase SQL …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.guitarrapc.com%2Fentry%2F2012%2F12%2F20%2F161249&quot; title=&quot;Sybase SQL AnywhereでMySQLのLIMIT句のようにクエリが返すRAW数を制限したい - tech.guitarrapc.cóm&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>2012-12-20 16:12:49</published>
  <title>Sybase SQL AnywhereでMySQLのLIMIT句のようにクエリが返すRAW数を制限したい</title>
  <type>rich</type>
  <url>https://tech.guitarrapc.com/entry/2012/12/20/161249</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
