![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i have a database with 500,000 records. one column has the same data over and over. i am trying to get a list of the differnt names in that one column but cant get it to ignore the duplicates can anyone help me with this query as i cant work out how to use WHERE store = different SELECT * FROM datasearch WHERE store LIKE '%' thank you in advance to anyone that can help me. andy |
#3
| |||
| |||
|
|
Andrew wrote: i have a database with 500,000 records. one column has the same data over and over. i am trying to get a list of the differnt names in that one column but cant get it to ignore the duplicates can anyone help me with this query as i cant work out how to use WHERE store = different SELECT * FROM datasearch WHERE store LIKE '%' thank you in advance to anyone that can help me. andy http://dev.mysql.com/doc/refman/5.0/en/select.html |
#4
| |||
| |||
|
|
"strawberry" <zac.carey (AT) gmail (DOT) com> wrote in message news:1155138216.458419.99950 (AT) 75g2000cwc (DOT) googlegroups.com... Andrew wrote: i have a database with 500,000 records. one column has the same data over and over. i am trying to get a list of the differnt names in that one column but cant get it to ignore the duplicates can anyone help me with this query as i cant work out how to use WHERE store = different SELECT * FROM datasearch WHERE store LIKE '%' thank you in advance to anyone that can help me. andy http://dev.mysql.com/doc/refman/5.0/en/select.html Already read that webpage but thank you for the link. http://www.microsoft.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |