Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
character length
.
Show all posts
Showing posts with label
character length
.
Show all posts
Tuesday, November 27, 2012
How to find the length of a chinese phrase in a MySQL database with SQL
›
create table word( en_word text null, zh_word text null ); insert into word values('Internet', '互联网'); insert int...
›
Home
View web version