Sql/oracle format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chetah
    New Member
    • Sep 2008
    • 10

    Sql/oracle format

    I am using a table called Employees. I want to display:
    Smith 7898
    John 7856

    What should I do to get the above format?
  • Parul Bagadia
    New Member
    • Mar 2008
    • 188

    #2
    select the columns which are having above information, and it will be displayed.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      what is the sql you have tried.

      Comment

      Working...