--- # select chromosome, layer, rank, (select refsnp_id from genetic where extended_frame = True and chromosome = chromosome and gl_left = rank) from framework where name = 'D3S3610' and layer = 'GL'; ---
as: --- select chromosome, layer, rank, (select refsnp_id from genetic where genetic.extended_frame = True and genetic.chromosome = genetic.chromosome and genetic.gl_left = framework.rank) from framework where name = 'D3S3610' and layer = 'GL'; ---
Is that the appropriate SQL behavior? Personally I don't care; I'm just curious.
Thanks, Kevin Murphy
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq