Results 1 to 3 of 3

Thread: How Do i use Distinct keyword to extract the whole table

  1. #1
    Join Date
    Apr 2007
    Posts
    14

    How Do i use Distinct keyword to extract the whole table

    i want to use Distincts keyword to Extract rows in a property table, i dont want to select a certain column but all based on one Column Lis_key


    select * from property


    Vuyiswa

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    select distinct col1, col2
    from property

  3. #3
    Join Date
    Apr 2007
    Posts
    14

    Thanks man

    it worked thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •