Join rows in same table |
MySql | Adam J Nowak | 10/11/11 |
This is an sql method for joining two rows in the same table. I have a table that stores emails in two parts, the name and the domain. The data is stored in the same column, but in subsequent rows. So row 1 is value = 'adam' and row 2 is value = 'hyperspatial.com'
I needed to count up all the ... View Code
I needed to count up all the ... View Code
