From: R P. <arc...@mt...> - 2006-12-01 21:14:32
|
On Thursday 30 November 2006 9:06 pm, davidc wrote: > HI > I am running version 2.6.5, are there any ways to list the shipping > address of customers ?? > > thanks for any help in advance > Allan Hello Allan. The only way is to query the database directly via psql. If I remember correctly it's a query against the "customer", "shipto" and one other ? table Unfortunately I don't have a system in from of me to tell you specifically which tables to query. Maybe someone else has a system close by and be more specific. Cheers, Roy |