Mysql select multiple colomn from non related tables

Posted by Ajith on Stack Overflow See other posts from Stack Overflow or by Ajith
Published on 2010-05-28T05:30:55Z Indexed on 2010/05/28 5:41 UTC
Read the original article Hit count: 111

Filed under:

I have two table in mysql named rootpath with only one field 'root' and savecatogory with fields brandid,categoryid,name.There is no relation between these two tables.Now how can retrieve root,brandid,categoryid using single query.Please help me.

© Stack Overflow or respective owner

Related posts about mysql