Hi,
I am connecting to 2 databases in my project.
I need to compare values b/ 2 tables which are in different database..
my query is like this:
tbl_CustomerFeedback exists in another database
select FeedBackNo from tbl_CustomerFeedback where FeedBackNo not in(select ticket_no from error_fixation_master)