LoginSignup
0
0

More than 5 years have passed since last update.

SqlServer 文字列の一部を切り出す

Last updated at Posted at 2017-05-19

概要

SqlServerで文字列の一部を切り出したい場合は、SUBSTRING関数を使用する。

使用例

SELECT s = SUBSTRING('あいうえお', 2, 3);

結果

いうえ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0