SELECT fieldname, (SELECT max(fieldname) FROM tableB WHERE tableB.fieldname = tableA.fieldname) FROM tableA;
No comments:
Post a Comment