Need a solution for this problem

  • Hi All,
       I need a solution for this problem please help me

    First Create table like below query
    create table people (Firstname varchar(50),FamilyName varchar(50),City varchar(50))
    then 
    insert value like Arun, Don, Chennai
    insert value like Hema, Don, Chennai
    insert value like Kumar, Don, Chennai

    I need to display one row for above three rows for that i need a query please help me.

  • Post:

    • Create table statement
    • Insert statements with sample data
    • What you have tried
    • Errors or explanation of how the result was incorrect
    • What output you are trying to get from the sample data you have posted

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply