Salut,
j'utilise postgres
habituellement, avec son Front
End en mode texte, et je cherche
l'equivalent de "\d" mais avec mysql...
j'ai tenté "desc" sans
arguments, mais sans succes :-(
Olivier
[EMAIL PROTECTED] membres]# mysql -u zaboux -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 328 to server version: 3.23.36
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql> desc;
ERROR 1064: You have an error in your SQL syntax near '' at line 1
mysql> connect zabou_x_com
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Connection id: 329
Current database: zabou_x_com
mysql> desc;
ERROR 1064: You have an error in your SQL syntax near '' at line 1
mysql> \d;
ERROR:
Unknown command '\d'.
ERROR 1064: You have an error in your SQL syntax near '\d' at line 1
mysql>
Linux-Azur : http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****