Hi,
I can't save this:
UPDATE [table] SET [filed]='
{ID_VALOR}'
WHERE id = [n];
in a VARCHAR(255) field, it only saves:
{ID_VALOR}
why?
Thanks...
Marcelo
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http:
Jeff Smelser escribió:
On Wednesday 26 October 2005 04:24 pm, LMS wrote:
Hi,
I have this structure:
---
CREATE TABLE tabla (
id int(10) unsigned NOT NULL auto_increment,
nombre varchar(100) NOT NULL default '',
because your defaul
Hi,
I have this structure:
---
CREATE TABLE tabla (
id int(10) unsigned NOT NULL auto_increment,
nombre varchar(100) NOT NULL default '',
PRIMARY KEY (id),
UNIQUE KEY nombre (nombre),
UNIQUE KEY id (id)
) ENGINE=MyISAM;
SELECT * FROM tabla
++
Technology Section Tewksbury, MA 01876
Phone: (978) 858-9487 Fax: (978) 858-4336
Email:[EMAIL PROTECTED] Intranet: http://amasts.msd.ray.com/~lms/
>
>MySQL support: [none | licence | emai