Pages

▼
Showing posts with label mysql_select. Show all posts
Showing posts with label mysql_select. Show all posts
Thursday, December 6, 2012

How do I escape single quotes in SQL queries?

›
INVALID: SELECT * FROM TableName WHERE FieldName = 'QueryString's Value' VALID: SELECT * FROM TableName WHE...
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
Powered by Blogger.