blob: bb4ced1183a247632fe80386cdeb0e4388436926 [file] [log] [blame]
select u.id, u.name, p.id, p.prod_name, p.point from user u full outer join prod p on(u.id = p.id) order by u.id