Hi all, I have these tables
a ( id integer, email varchar);
b ( seat varchar, transactionid varchar);
c ( transactionid varchar, totalprice numeric(8.2));
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend