- Original Message -
From: "Gleb Paharenko" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, January 04, 2006 5:22 PM
Subject: Re: question about "sql security"
> Hello.
>
> In my opinion, a good description can be found here:
> http://dev.mysql.com/tec
>I refer a question about "sql security" option of create procedure syntax
>at 2005-12. But i can't quite understood with that answer.
>Can you give me a example to describe the effect of set "sql security"
>option ?
CREATE PROCEDURE
...
SQL SECURITY INVOKER
...
SQL SECURITY (compliance with SQL2
Hello.
In my opinion, a good description can be found here:
http://dev.mysql.com/tech-resources/articles/mysql-storedprocedures.html
"wangxu" <[EMAIL PROTECTED]> wrote:
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET
At 11:50 +0800 12/30/05, wangxu wrote:
AS 1.7.3. Running MySQL in ANSI Mode explain:
--
Running the server in ANSI mode is the same as starting it with
these options (specify the --sql_mode value on a single line):
--transacti
You rock!! Worked perfectly
On Aug 25, 2004, at 4:31 PM, Rhino wrote:
- Original Message -
From: "David Souza" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 7:18 PM
Subject: Question about SQL statements..
So I have all of this years apache access lo
- Original Message -
From: "David Souza" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 7:18 PM
Subject: Question about SQL statements..
> So I have all of this years apache access logs in a huge DB table, most
> of what I wanted to get out is working
Hi,
I guess what you're trying to do is a kind of Sub-selectnot yet
supported by MySQL (see http://www.mysql.org/products for exact version : I
guess it is supposed to be done in 4.1, but not sure!)
However, for example, you can rewrite this query :
SELECT * FROM table1 WHERE id IN (SELECT i
Hi
Subselects doesn't work at time.
Am Fre, 2002-02-22 um 12.47 schrieb Guillaume BABIK:
> Hi all,
> i'm a newbie on this Mailing-list and i'm French.
> So, sorry for my POOR english...
> I try to execute an SQL Command but i have a syntax error :
> SELECT Id_Game
> FROM game
> WHERE Id_Gam