esult in an error. Check the manual for the language you're using for
correct syntax.
- Original Message -
From: "David Jacobowitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 9:41
Subject: Having trouble to use array in SELECT s
the language you're using for
correct syntax.
- Original Message -
From: "David Jacobowitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 9:41
Subject: Having trouble to use array in SELECT statement.
> Hello,
>
> I have
Hello,
I have constructed an array using my table field names and trying to pass
that array in the select statement.
@inc_re = ( Hotels, Asian_Real_Estate, Smart_Buildings, Real_Estate,
Senior_Living_Homes );
$quary = "SELECT @inc_re FROM incu_real_estate LIMIT 1";
But I am getting following