Connecting Tech Pros Worldwide Help | Site Map

SQL Query

Newbie
 
Join Date: Jun 2007
Posts: 1
#1: Jun 7 '07
Find the record from the table where you get the two phone no .

[email removed]
nomad's Avatar
Expert
 
Join Date: Mar 2007
Location: CA.
Posts: 570
#2: Jun 8 '07

re: SQL Query


You need to show us your records names

nomad

might be something like this
select phone1, phone2 from emp
order by phone1;
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#3: Jun 10 '07

re: SQL Query


The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.

Then when you are ready post a new question in this thread.

MODERATOR
Reply


Similar MySQL Database bytes