atakan_1907 Posted September 28, 2006 Posted September 28, 2006 my code is"select a,b,c,d,e,sum(f) from table group by a,b,c,d,e having sum(f)>0"and i want to add a meaning of "where x='bla bla'" to this. how can i do that? i searched web but couldn't find an answer. how can i do friends...
atakan_1907 Posted September 28, 2006 Author Posted September 28, 2006 thanks my friend. really works
LLXX Posted September 29, 2006 Posted September 29, 2006 Read the MySQL Reference Manual for more information.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now