Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts

13 Posted Topics

Member Avatar for NileshPatil
Member Avatar for alidabiri

here's the correct answer that i figured out: [code]SELECT cu.cust_name, od.order_amount FROM customers cu, orders od WHERE cu.cust_id = od.cust_id and od.order_date = (select max(order_date) from orders od where od.cust_id = cu.cust_id)[/code] That's not a great way to do it, because you've got a subquery. Doing two queries when only …

Member Avatar for QVeen72
0
10K
Member Avatar for markchicobaby

Do US based companies get given something like an "American Business Number" or "American Company Number" that uniquely identifies them to the American government? This would be a number that they can publicly identify themselves with, to differentiate themselves from other companies that have a similar name. Its not a …

Member Avatar for Ancient Dragon
0
711
Member Avatar for markchicobaby

I have an email address that is getting over 1000 spam emails per day. Is it worth simply turning off my email address for a few weeks, and then turning it back on? Do spammers pay any attention to "Delivery Status Notification (Failure)" messages? Thanks Mark

Member Avatar for InsightsDigital
0
140
Member Avatar for elbiggame

Can you post the sql that you're using to test this? Have you tried running the sql directly into the db and not using code? M

Member Avatar for elbiggame
0
173
Member Avatar for nasty

Paul, you've got to play to your strengths. Think about what you're already good at, and then how it might apply to IT. For example, if you're good with people, a project management course such as PMP might be worth considering. First you do the basic project management course, and …

Member Avatar for hayrn
0
154
Member Avatar for markchicobaby

There is a site (that shall remain nameless on this forum!) called www.thesite.com. When I Google it, the Google results page gives a nicely laid out presentation of the site's sections, with links to each section, like this: [CODE][U]Sitename - Your guide to blah blah[/U] Welcome to Sitename, blah blah... …

Member Avatar for Member #114857
0
191
Member Avatar for drichird

Might be worth checking out .NET, if you want to update some skills. From what I can tell (never been there myself, friends have) its not a hard transition from C++. Employers seem to love it.

Member Avatar for muta
0
161
Member Avatar for tcomc

Sure its not spammers/leechers? Set up the domain with leech protection in Apache. Its probably not too hard for spammers to spoof IP addresses, or download via a bot net of IP addresses. Are you sure those IPs are unique? Run them through sort -u or similar. Don't trust the …

Member Avatar for tcomc
0
196
Member Avatar for markchicobaby

Hi my site unfortunately had an unsecured image gallery, which a spam bot got hold of. The image gallery is long gone but I still get the spammer bot hitting the page, over a year later. I'm assuming they're getting the links to the image gallery via search engines. The …

Member Avatar for Dani
0
250
Member Avatar for markchicobaby

Hi I've been looking at site [url]www.cdbaby.com[/url], apparently they switched over from Ruby on Rails to PHP. I would like to know if anyone can explain how come none of the links have a "php" extension on them, and how this can be achieved? (...or is there a way to …

Member Avatar for Member #210412
0
457
Member Avatar for markchicobaby

Hi I'm wondering about the windows NTFS bad cluster file, $BadClus. It keeps a record of all the bad sectors on the hard disk. (Its a hidden file in the MFT). If I reformat, I'm assuming this is recreated. Is that correct? in this case, doesn't that mean that the …

0
61
Member Avatar for markchicobaby

Hi i'm using Cywin bash shell, I am trying to scan my entire hard drive for an executable that contains text references to an ocx called ezVidC60.ocx (it appears to be used by both malware and non malware programs, I need to work out which). In Windows the dll and …

Member Avatar for markchicobaby
0
118

The End.