mysql에서 sql을 이용해서
select문으로 값을 불러옵니다.
그런데 불러올때 20글자 짜리를 부른다고 했을때
앞에 6글자만 불러올수 있을까요?
select문으로 가능한가요?
궁금합니다. ^^
mysql> select substring('123456789', 1, 6); +------------------------------+ | substring('123456789', 1, 6) | +------------------------------+ | 123456 | +------------------------------+ 1 row in set (0.00 sec) mysql> select left('123456789', 6); +----------------------+ | left('123456789', 6) | +----------------------+ | 123456 | +----------------------+ 1 row in set (0.00 sec)
----http://nohmad.tumblr.com/
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
[code:1]mysql> select substring('
----
http://nohmad.tumblr.com/
댓글 달기