I\'m a beginner at MySQL and I\'m having a hard time trying to figure out how to solve this problem:
I have two tables with many entries each. Let\'s say these are t
SELECT a.dt2, b.dt4, b.dt5 FROM table1 a, table2 b WHERE a.dt2 = 'asd' LIMIT 0,1;