On Friday 02 May 2008, bipin sartape wrote:
> hello friends
>               my organisational telephone directory
> data is stored in mysql db.(approx 6000 records) i
> want to:
> 1)print the records(deptt wise, name wise )

In SQL: select * from address order by deptt, name;

> 2)the sequence of page printing should not be
> sequential(for binding purpose)

Hmm, you want the pages printed out in random order?

Regards,

-- Raju
-- 
Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22-24, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to