Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~117 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kritro

I have a query [code=language] SELECT radcheck.id, radcheck.UserName, radcheck.epost, radcheck.fylke, MAX( radacct.AcctStopTime ) AS AcctStopTime FROM radcheck LEFT JOIN radacct ON radcheck.UserName LIKE radacct.UserName WHERE AcctStopTime LIKE '%2009-03-19%' GROUP BY radcheck.id[/code] I'm looking for a way to use wilcards, > <, NOT LIKE etc on only the highest date value …

Member Avatar for kritro
0
91
Member Avatar for kritro

Hi I'm working against a server on a network behind a firewall, I do not have control over the firewall, ports etc. Have used teamviewer remote controll software to connect me to an XP machine with two network adapters that are in this network. The server is in a NAT …

0
26