mysql membuat tanggal dari 2 kolom

SELECT * FROM `mytable` WHERE TIMESTAMP(`d`, `t`) > '2012-02-01 15:00'
Powerhudaman