| View All (1 of 1) | for csng |
| The SunShine Empire Dear Friends,
This message is to create a warning on Empire Alliance Group (EGA). The company has a subsidiary, Sunshine Empire (SE), which mainly functions as Multi-Level Marketing Company. It is se... | 08/10/2007 | | 2059 |
SELECT DISTINCT t.tag, count(tag) as tagcount
FROM #__tags as t, #__content as c
WHERE t.user_id=480
AND c.id=t.content_id
AND c.state=1
AND t.state=1
GROUP BY tag
ORDER BY updated desc
LIMIT 50 |