select cast(rrr as integer) as date, cast(ttt as integer) as time
from table ee
where name = '20161129115036'
select된 date랑 time보다 큰 숫자들 row들 모두 가져오려면 어떻게함??
select cast(rrr as integer) as date, cast(ttt as integer) as time
from table ee
where name = '20161129115036'
select된 date랑 time보다 큰 숫자들 row들 모두 가져오려면 어떻게함??
삐빅! 5만원입니다
짤수있지만 귀찮다.
select * from table1 where time > (select time from table1 where "니조건")