Viewing 11 posts - 61 through 71 (of 71 total)
for example,
At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level.
for example, for jan
bank1_200901
bank1_200902
February 27, 2011 at 5:51 am
i have deadline on monday and if i dont complete it ,i will be fail.
i am just asking yes or no.
i am doing my own,but i want to make sure...
February 26, 2011 at 4:41 pm
what about particular day,i should add where condition.
thanks
February 26, 2011 at 12:01 pm
hi
select convert(varchar(20),username), logindate
from logs
group by userid,convert(varchar(20),username),logindate
having count(*) > 1
i tried this,but dont understand group by it is necessary to have 3 column in this query
February 26, 2011 at 10:13 am
This is not working
select username from logs group by logindate having COUNT(*) > 1
logindate is already date datatype,
its gives me error like
Column 'logs.username' is invalid in the select list...
February 26, 2011 at 10:09 am
But i am getting result,whats wrong in this?tell me
February 25, 2011 at 9:52 pm
2(b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010
...
February 25, 2011 at 3:26 pm
hi,
its working ,thanks a lot.
i m trying to solve another one based on that,but thanks a lot
February 25, 2011 at 2:57 pm
i tried sunquery,i cant join them coz i think there is no pk->fk releation between them.
nothing is worked
February 25, 2011 at 2:26 pm
i dont understand you this is not working.
write some query and show me.
this givesme result in 3 rows.how cam i make it subquery
February 25, 2011 at 1:59 pm
i know , i need to solve this on my own,
i solve first one,but in the second one
Write a SQL query that will display the total number of...
February 25, 2011 at 12:57 pm
Viewing 11 posts - 61 through 71 (of 71 total)