Thread
:
Adding Selected Fields in mySQL
View Single Post
12-13-2005, 01:57 PM
#
2
(
permalink
)
pairbrother
Member
Join Date: Nov 2005
Posts: 43
Code:
select sum(titles) from
tablename
where userid = '104'
If it was MS SQL/Oracle, this would have worked, try the same on mySQL, if it doesnt work, read the documentations
pairbrother
View Public Profile
Send a private message to pairbrother
Find More Posts by pairbrother
Sponsored Links