Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Mathias Wulff edited this pageDec 15, 2025 ·3 revisions

KeywordRIGHT

RIGHT can be used as a string function or in a join clause.

String Function

Returns the right part of a character string with the specified number of characters.

Syntax:

    RIGHT(character_expression, integer_expression)

Example:

SELECT RIGHT('abcdefg',2);-- Returns 'fg'

RIGHT JOIN

Syntax:

SELECT ...FROM table1RIGHT JOIN table2

See also:JOIN,LEFT

© 2014-2026,Andrey Gershun &Mathias Rangel Wulff

Please help improve the documentation by opening a PR on thewiki repo

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp