Hi,
I want to join two tables. but there is no relationship between two like:
SELECT * FROM tblGroups inner join tblPermissions on tblGroups.Id= tblPermissions.EntityId AND tblPermissions.Type='Groups'
basically we are storing different entities permissions in the tblPermissions
Many thanks