Ciao a tutti ho un problema con mysql
In Potato se scrivo il seguente comando sql per settare un variabile:

mysql> SET @abc=1;
ERROR 1064: You have an error in your SQL syntax near '@abc=1' at line 1

Mi da errore eppure nella guida c'? scritto che si fa cos? difatti sulla
mia sid ? sempre andato:

mysql> SET @abc=1;
Query OK, 0 rows affected (0.00 sec)

mysql> select @abc;
+------+
| @abc |
+------+
|    1 |
+------+
1 row in set (0.02 sec)

Quindi o sono io che sbaglio qualche cosa o sulla guida hanno scritto
cose che non hanno ancora implementato.
Se qualcuno ne sa pi? di me su questo problema gliene sar? grato se mi
sveler? il segreto.
Grazie 1000000000

        Nicola

-- 
Nicola Mariella
email: [EMAIL PROTECTED]
PGP keyserver: keyring.debian.org

Attachment: pgpWqLt3w8b3u.pgp
Description: PGP signature

Rispondere a