2,507 reputation
2825
bio website
location Ahmadabad, India
age 23
visits member for 6 months
seen 2 hours ago
stats profile views 317

5h
answered add formula in my sql
5h
comment add formula in my sql
Op needs to do that in mysql and not in excel
5h
revised add formula in my sql
Formatting
5h
answered MySql:Group_Concat doesn't make group
7h
revised Get only non empty fields from mySQL
added 13 characters in body
7h
reviewed Looks Good Monadic Programming in C#
7h
reviewed No Action Needed Renaming files with spaces and dots in the filename
7h
reviewed No Action Needed xml-sql: update multiple nodes
7h
reviewed No Action Needed Fetch most significant word of a double
7h
revised How can I tell when a MySQL table was last updated?
Nothing to do with PHP
7h
comment mySQL - Drop tables where last update is over 1 week ago
What do you mean last update time. 1.When the table structure was changed or 2.When was the last entry done.
8h
revised mySQL - Drop tables where last update is over 1 week ago
Image Posting.
8h
comment using inner join to joining 3 tables?
@arun did it my query in above comment helped you??
8h
revised TSQL SELECT DISTINCT
Formatting
9h
comment using inner join to joining 3 tables?
@arun Try this code select cust.customerid, cust.customername, amt.AccountID, amt.[Total amount], amt.[Daily Amount], t.amountgiven from (cutomertable AS cust inner join Amountdetailtable AS amt on cust.customerid=amt.customerid) inner join (select SUM(amount) AS amountgiven,customerid from cashtable group by customerid) AS t on t.customerid=cust.customerid
10h
comment using inner join to joining 3 tables?
@arun what DBMS are you using?
11h
reviewed Reject suggested edit on The values of a list are passing NULL in ASP MVC and EF
11h
answered using inner join to joining 3 tables?
11h
reviewed Reject suggested edit on C++ Error Handling — Good Sources of Example Code?
11h
reviewed Reviewed Label Title cut when changing text font (Open Motif 2.3.1)