1052 - Column 'lasttime' in where clause is ambiguous

select count(*) as num from user_time ut,user_new u where u.id=ut.pid and u.type=1 and lasttime>'1258776490'

[TEP STOP]