Gossamer Forum
Home : General : Databases and SQL :

Help required converting SQL to GT::SQL::Relation

Quote Reply
Help required converting SQL to GT::SQL::Relation
Can anyone give me a bit of help converting the following SQL into a Links format. I've read the help, but I just can't get my head round what I need to do.

The original SQL is

select corr_time, adm_tech_p, adm_supervisor_p, adm_admin_p, cus_first_name, cus_last_name from wd_correspondence, wd_customers where corr_cus_id_fk = cus_id AND corr_help_id_fk = 63 order by corr_time desc limit 1;
Subject Author Views Date
Thread Help required converting SQL to GT::SQL::Relation davidnavigator 6205 Feb 12, 2004, 5:22 AM
Thread Re: [davidnavigator] Help required converting SQL to GT::SQL::Relation
Alex 5805 Feb 12, 2004, 12:21 PM
Post Re: [Alex] Help required converting SQL to GT::SQL::Relation
davidnavigator 5791 Feb 12, 2004, 1:16 PM