1-- MySQL 2-- t1 = table13-- dt2 = column of table4SELECT t1.dt2, t2.dt4, t2.dt5, t2.dt3 #get dt3 data from table2
5FROM table1 t1, table2 t2 -- Doesn't need to have t1, or t26WHERE t1.dt2 ='asd'AND t2.dt4 ='qax'AND t2.dt5 =4567
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content