www.vbmysql.com
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 07, 2003 8:13 AM
> To: [EMAIL PROTECTED]
> Subject: My query string might be too long
>
>
> Is there a line limit to a query in MySQL? ( I couldn't find
Is there a line limit to a query in MySQL? ( I couldn't find this in the MySQL
manual)
Here is my query:
SELECT a.field_name, b.field_option, c.project_name
FROM field_master a, field_options_master b, project_master c
where a.field_option_id = b.id and
a.project_id=b.project_id and
a.project_id='1