vks.gautam1
Well-known member
Select jal.* from jal inner join ussd_master on jal.mob_no=ussd_master.mob_no where ussd_master.act_date> #10/1/2008 #;
Here i got result where mobile numbers which are activated after 10/1/2008 (mm,dd,yyyy) .
How can i write a query where i get number which are in this given result.
One query work for the both results
Here i got result where mobile numbers which are activated after 10/1/2008 (mm,dd,yyyy) .
How can i write a query where i get number which are in this given result.
One query work for the both results
Last edited: