ajloun
01-06-2010, 09:53 PM
Hello
I know how to Empty a Table from Mysql but how to empty a row or the filed from a Table . Example. this is my Table.
CREATE TABLE `txt` (
`id` INT( 25 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`file` VARCHAR( 255 ) NOT NULL ,
`txt` TEXT NOT NULL
)
from that table i need to empty 'file' filed . useing Phpmyadmin Command.
I know how to Empty a Table from Mysql but how to empty a row or the filed from a Table . Example. this is my Table.
CREATE TABLE `txt` (
`id` INT( 25 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`file` VARCHAR( 255 ) NOT NULL ,
`txt` TEXT NOT NULL
)
from that table i need to empty 'file' filed . useing Phpmyadmin Command.