ezoic

Monday, January 23, 2017

Delete the duplicated rows in a single line without creating new table.

Delete the duplicated rows in a single line without creating new table. 

ALTER IGNORE TABLE table1   ADD UNIQUE INDEX (name1,gender);

No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...