a MySQL database that lives in Google's cloud?

2012-09-05 Thread Ariz Jacinto
This might interest some that Google Cloud SQL is actually a MySQL database that lives in Google's cloud Source: https://developers.google.com/cloud-sql/docs/introduction

UDF Programming Problem

2003-08-14 Thread Ariz Jacinto
i've created a simple UDF (for testing) that returns a string. my problem is that the string that it returns, contain some of the characters of the longest string in the column. example: Table +-+ |name | +-+ | hello world | | goodbye|

Re: UDF Programming Problem

2003-08-14 Thread Ariz Jacinto
Jeremy Zawodny wrote: On Tue, Aug 12, 2003 at 02:32:00PM +0800, Ariz Jacinto wrote: i've created a simple UDF (for testing) that returns a string. my problem is that the string that it returns, contain some of the characters of the longest string in the column. example: Table