205 Posted Topics
Re: [CODE=SQL]SELECT count(DISTINCT bodyNo) FROM paintshop WHERE `date`='2011-11-29'[/CODE] | |
Re: Something like this would work, you may also be able to make use of the [ICODE]SELECT DISTINCT[/ICODE] predicate if it helps - however, I think using the GROUP BY clause is cleaner and likely more efficient. food for thought anyway... [CODE]select * from mytable where id=( select id from mytable … | |
Re: Technically, the answer is yes, it is possible. That said, if he is bragging about it, he's not likely to be a serious threat. (The guys that tend to cause serious trouble will do so silently and, if possible, without your knowledge.) There are some steps you can take to … | |
Re: Hi ZeroEddy Just had a quick glance at your css code and can give you the following advice (anyone feel free to correct me if you have a better idea). 1 - Using [ICODE]font-size[/ICODE] as a percentage does not make it relative to page/screen size, but to the base inherited … | |
Re: You may be able to configure a browser proxy on your VPN connection, which should redirect browser activity via the vpn - but as Lola said, it will depend on the specific configuration of your company network. You should also check the usage policy (if the company has one) as … |
The End.