alter table tablename add unique index(column1,column2,column3);
25 March 2012
unique combination of multiple columns in mysql
14 March 2012
[mysql ] perform order by column and rand() in single query
)SELECT * FROM ( SELECT * FROM table1 ORDER BY nos desc limit 0,1)
T1 ORDER BY RAND()
usage:
if the column nos is same in multipe rows then fetch a random row..
Subscribe to:
Posts (Atom)