MOD

From: Tyler Wood <electric_pancake(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: MOD
Date: 2000-07-18 00:42:39
Message-ID: 20000718004239.600.qmail@web5301.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,
I'm updating an existing postgres database, and using
perl with dbi to
access it.

Everything works fine,
I'm just not sure what this MOD command means.
Not asking you to figure it out in this context,
but just what does MOD do?

$sqh = $dbh->prepare("select
name,namelink,address,city,state,zip,email
from company where MOD(nextscreen,2)=1 order
by $sort_selection;");
$sqh->execute();

thank you,

Tyler Wood
twood(at)uwm(dot)edu

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail Free email you can access from anywhere!
http://mail.yahoo.com/

Responses

  • Re: MOD at 2000-07-18 02:10:07 from Chris Bitmead
  • Re: MOD at 2000-07-18 02:54:06 from John McKown

Browse pgsql-general by date

  From Date Subject
Next Message Tyler Wood 2000-07-18 00:44:08 backing up database
Previous Message Vince Vielhaber 2000-07-18 00:31:05 Re: Mailing list archives?