I have an table A contain account_id and type
If type = 1 -> account_id will join with table User
If type = 2 -> account_id wwill join with table Customer
I have no idea how to write an SQL query?
Please help
I have an table A contain account_id and type
If type = 1 -> account_id will join with table User
If type = 2 -> account_id wwill join with table Customer
I have no idea how to write an SQL query?
Please help