Results 1 to 6 of 6

Thread: SQL server queries

  1. #1

    SQL server queries

    How can i select all the fields in a table with reference to 3 or more fields. what is the synax for that.


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: SQL server queries

    can you please clarify by passing more information.

    What exactly you want ?


  3. #3
    Junior Member
    Join Date
    Oct 2007
    Answers
    2

    Re: SQL server queries

    The statement for retrieving the column names from a table in sql server is


    Select column1,column2, column3 from tablename where 'here you have to write the referencing conditions..


  4. #4
    Contributing Member
    Join Date
    Apr 2008
    Answers
    31

    Re: SQL server queries

    You can use the fallowing statement

    select * from tablename where the reference conditions


  5. #5
    Junior Member
    Join Date
    Jul 2010
    Answers
    1

    Re: SQL server queries

    You can use the following query syntex

    select * from tableName where firstCondition && secondCondition && thirdCondition


  6. #6
    Junior Member
    Join Date
    Jun 2011
    Answers
    15

    Re: SQL server queries

    nice and helpfull answers


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact