MOD

Поиск
Список
Период
Сортировка
От Tyler Wood
Тема MOD
Дата
Msg-id 20000718004239.600.qmail@web5301.mail.yahoo.com
обсуждение исходный текст
Ответы Re: MOD  (John McKown <jmckown@prodigy.net>)
Список 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@uwm.edu

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: Mailing list archives?
Следующее
От: Tyler Wood
Дата:
Сообщение: backing up database