Gossamer Forum
Quote Reply
MyLinks SQL
Is there a way to tell how many people are using MyLinks SQL?
Quote Reply
Re: [rayhne] MyLinks SQL In reply to
Something like this should work:

my $total = $DB->table('MyLinks')->select( 'DISTINCT(UserID)' )->rows;
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Where would I put it/use it?
Quote Reply
Re: [rayhne] MyLinks SQL In reply to
That depends on what you are trying to achieve and where you are trying to achieve it.

It can be a global if you want.

Last edited by:

Paul: May 4, 2002, 2:19 AM
Quote Reply
Re: [Paul] MyLinks SQL In reply to
I just want to see if people are using it.