mysql - Data redundancy while using IN clause -



mysql - Data redundancy while using IN clause -

why receive redundant info while using in clause:

select * table1 ab in (select x table2)

this guess because question isn't clear. seek using distinct follows:

select * table1 ab in (select distinct x table2)

that eliminate duplicate values of x, may help remove duplicate rows in resultset.

mysql

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -