Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old April 8th, 2004, 09:28 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
cannot get right result from query


Hi

I am using following query to display the students i havent entered dem o for but it is giving me all the student name but i have entered demo for 2 students.

SELECT DISTINCT ss.student_id,ss.supervisor,ss.examiner from STAFF_STUDENT ss,DEMO d where ss.student_id != d.student_id
[/highlight]
I have tried not like command as well, if i dont use distinct i get 2 row for every student can any one help me please

structure for staff_student table
Code:
CREATE TABLE STAFF_STUDENT (
  student_id varchar(20) NOT NULL default '0',
  supervisor varchar(60) default NULL,
  examiner varchar(60) default NULL,
  demo int(1) NOT NULL default '0',
  PRIMARY KEY  (student_id)
) TYPE=MyISAM;


structure for demo table
Code:
CREATE TABLE `DEMO` (
  `Room` char(10) NOT NULL default '',
  `Choice` char(3) NOT NULL default '',
  `hh` int(2) NOT NULL default '0',
  `mm` int(2) NOT NULL default '0',
  `student_id` char(15) NOT NULL default '',
  `date` date NOT NULL default '0000-00-00',
  PRIMARY KEY  (`student_id`)
) TYPE=MyISAM;

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > cannot get right result from query


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT