Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
Products
:
Gossamer Links
:
Development, Plugins and Globals
:
MyLinks SQL
Previous Thread
Next Thread
Print Thread
View Threaded
May 3, 2002, 8:27 AM
rayhne
Enthusiast
(582 posts)
May 3, 2002, 8:27 AM
Post #1 of 5
Views: 2449
Shortcut
MyLinks SQL
Is there a way to tell how many people are using MyLinks SQL?
May 3, 2002, 12:41 PM
Paul
Veteran
(19537 posts)
May 3, 2002, 12:41 PM
Post #2 of 5
Views: 2355
Shortcut
Re: [rayhne] MyLinks SQL
In reply to
Something like this should work:
my $total = $DB->table('MyLinks')->select( 'DISTINCT(UserID)' )->rows;
May 3, 2002, 1:17 PM
rayhne
Enthusiast
(582 posts)
May 3, 2002, 1:17 PM
Post #3 of 5
Views: 2351
Shortcut
Re: [Paul] MyLinks SQL
In reply to
Where would I put it/use it?
May 4, 2002, 2:19 AM
Paul
Veteran
(19537 posts)
May 4, 2002, 2:19 AM
Post #4 of 5
Views: 2331
Shortcut
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
May 6, 2002, 11:27 AM
rayhne
Enthusiast
(582 posts)
May 6, 2002, 11:27 AM
Post #5 of 5
Views: 2302
Shortcut
Re: [Paul] MyLinks SQL
In reply to
I just want to see if people are using it.
Previous Thread
Next Thread
Print Thread
View Threaded