DB
[DB] select join
잘 살아보세
2009. 3. 19. 14:32
SELECT distinct t1.userid, t2.username, t2.hanname
FROM Table_1 t1, table_2 t2
where t1.userid=t2.userid and t1.serviceid=-1
등록일: 2002-01-28 10:47:47
FROM Table_1 t1, table_2 t2
where t1.userid=t2.userid and t1.serviceid=-1
등록일: 2002-01-28 10:47:47