thanks for the replies.
sorry for the delay in replying.
i am having 8 different lookup tables which contains the master list
of all the materials.(endmills, gauging instruments, drills,tooling
systems, etc).these contain the material name and respective product
id's.
there is another table which iam using for issuing material and
tracking their usage. this table contains the product ids of all the
material issued and the their respective qty.
NOW my real problem is i want to show the name of product instead of
(OR ALONG WITH) their product ID's. but i am not able to join all
these tables together. therefore i was considering of creating a
temporary table which contains all the product ids and their desc
pulled from the lookup tables and join it with material issue table.
i hope iam not confusing you guys.
> > db._execute('CREATETEMPORARYTABLEtmp (id INT)')