Hi, I'm not quite a sql expert, and have been having some trouble figuring this out:
I have one table with ID, Side=1 or 2, and Qty. I'd like to group by ID where sum(Qty) where Side=1 - sum(Qty) where Side=2.
So basically the difference of all Qty's having side=1 minus all Qty's having...
Thanks a lot guys, I went with ChrisHunt's first solution. It seemed the most straight forward way to approach the problem. I tried your solution vacunita, but it didn't seem to work, it was still only picking up the first element of the list..maybe because onClick is a javascript function?
Thats getting me a lot closer, the problem is that I have multiple input statements:
<form...>
while (my $ref = $sth->fetch()) {
print "<input type=\"submit\" value=\"Click\">";
print "<input type=\"hidden\" value=\"$ref\">";
};
</form>
However, the hidden seems to grab the first value in...
Hi,
I would like to have a form with a method get perform an action, using the value from the input line. But I want to display a constant "click" in the submit button box. The value passed as the parameter should be "$ref" while the display should be "click". How can I do this? Currently I...
Hi,
I am developing the client end of a program. I receive data from at most two channels at a time. While I am currently recvfrom() and processing the data from one channel, I call recvfrom() and queue the data from the other channel. At times this runs correctly. Other times, it seems that...
Hi,
I know it is possible to set up sudo so a user enters his own password for root access. Is it possible to set up su to do the same?
Something like this
user$ su 'someotheruser'
Password: 'user's password'
NOT:
Password: 'someotheruser's password'
Thanks
Thanks, so I am obviously new to sendmail. I am trying to send mail from my local workstation(which I don't think is a mail server), and I don't believe there is a dedicated mail server on our network. What I don't get is that if I can send the mail to my gmail account, my local workstation must...
Hi,
I am trying to set up my sendmail configuration so I can sent email from my local server. I use the command:
$ mail -s test mymail@mydomain.com <<MAIL
> test
> MAIL
For certain email addresses, sendmail works fine. For others, the mail never arrives. I assume the receiving email servers...
Ya, I get it...the compiler needs an ISO C90 compiler for bootstrapping. Guess it makes sense that it cant compile other stuff until it gets compiled first. Now I gotta find an ISO C90 compiler somewhere. The link you had assumed "Red Hat Linux system using rpm 4, gcc 3, and glibc 2.2.5," so...
Hi,
I am trying to install gcc on my server. It is a remote web server so I can't just pop in a cd and have it run. I downloaded gcc-4.3.2 from the gcc.gnu.org website, uncompressed it and tried to configure it, but I get:
# ./configure
checking build system type... i686-pc-linux-gnu
checking...
Hi,
I'd like to have a macro perform real-time operations to an excel file while it is open. It would be similar to a forever loop running on a separate thread. It would perform operations upon data updates or at certain times. Is something like this possible?
Thanks,
Allen
Thanks guys, I was able to finally get the dual boot set up.
What I found is that Windows needs to be on the master drive in order to boot. This presented a difficulty when I installed windows first on primary w/out leaving space for the /boot partition.
The way around this is to boot to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.