Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: varmadba
Forum: MySQL Sep 5th, 2008
Replies: 6
Views: 1,488
Posted By varmadba
This is how i goes

Select
Student.stud_id,
Student.stud_name,
Max(subject.marks)
from Student, subject, stud_sub
where sum(marks)<
( Select Max(sum(marks)) from student, subject,...
Forum: MySQL Aug 27th, 2008
Replies: 24
Solved: Query help
Views: 1,618
Posted By varmadba
If you can type all the column names you can get the default avatar_id(1)

Try this :

SELECT members.*,ifnull(avatar_id,1) FROM members
left outer join avatars
on...
Forum: MySQL Jun 27th, 2008
Replies: 4
Views: 6,347
Posted By varmadba
select user from mysql.user where user=' ';

you should have access to mysql DB to execute the query
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC