You are here:

MS SQL/Expert Profile


Ask A Question

Jwalant Natvarlal Soneji

Canada
Available
Expertise

Questions related to query optimization, finding complex results.

Experience in the area

Experience in the area: I have been working in the field since 2005 year. Education/Credentials: BE IT, First Class, 2005 Batch.

Education/Credentials

BE IT, India


This expert accepts donations for Sewa International USA Inc.:      

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Mike03/28/12101010 
JJ01/22/12101010 
Alp Durmaz02/21/11101010 
sam02/04/11101010super kool
Brian09/29/10101010Good understanding and a good answer

Recent Answers from Jwalant Natvarlal Soneji

2011-09-07 Select Match Problem:

Hi Alp,    I think it should be better to design the table in a different way to handle such kind of information.    However, here is the SQL Query for given situation.  ########################  SELECT

2011-08-29 How to return an integer?:

Hi Alp,    Sorry for very late reply...    You may try the below query:  ############################  IF    (   SELECT COUNT(*)   FROM Customers   WHERE CustomerID = 3000   ) = 0  BEGIN   SELECT 0

2011-07-08 Access SQL question - Record with Email address:

Dear Ron,    There are multiple ways of achieving details of author according to email address.  You can write a query with DISTINCT clause on Email Address column or can also write query using MAX on

2011-05-19 Select the higest values:

Hi Alp,    My apologies for late reply!    The required result can be obtained using GROUP BY clause and MAX function.    Here's the sample query:  ######################  SELECT MAX(DealID), CustomerID

2011-05-19 Select the higest values:

Dear Alp,    You can use GROUP BY and MAX built-in functions to achieve the required result.    Here's a sample query.  ##############  SELECT DealID, MAX(CustomerID) as CustomerID  FROM Deals  GROUP BY

 

Ask A Question

MS SQL

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.