Viewing 10 posts - 16 through 25 (of 25 total)
Week should start with Monday by default or based on the input date parameters...
July 18, 2011 at 5:53 pm
Can you pls give an example?
July 18, 2011 at 12:17 am
Lutz,Thanks for your reply.. But how do i get the count of records per week??
I want something like the below one...How do i include in my code to get this...
July 17, 2011 at 9:43 pm
Thank you All...
July 13, 2011 at 7:01 pm
Yeah, name column holds unique value.
July 10, 2011 at 12:28 am
Jeff, Only name column will not hold any NULL value....date may have...
Thanks!!
July 7, 2011 at 9:50 pm
yes i did...but again ,have to define all columns in the where condition right??
and moreover,columns do not have same datatype..
Is there a way to check without specifying the column...
July 7, 2011 at 9:47 pm
If you take the below example,
row 1 - fax column is null ,row 2&5 - e-mail and row 4 -mbl.
Here i want to eliminate all these rows and...
July 7, 2011 at 7:41 pm
Try using DISTINCT...
Using this command will eliminate the duplicate records.
Eg : Select distinct id,name from table1
Thanks
July 6, 2011 at 9:04 pm
Viewing 10 posts - 16 through 25 (of 25 total)