Hi all., can we join 2 tables without relationship..??
i have tbl_a(id, name)(model name=one)
tbl_b(did,name) (model name=two)
when i try to create 1 record in model one ., i should fetch names from tbl_b in dropdown..
but both tables are not related.
i have tbl_a(id, name)(model name=one)
tbl_b(did,name) (model name=two)
when i try to create 1 record in model one ., i should fetch names from tbl_b in dropdown..
but both tables are not related.