TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Martin James
NA
100
15.3k
Openquery inside an openquery
Apr 16 2021 3:18 PM
Is it possible to use an open query inside another open query ?
SELECT
*
FROM
OPENQUARY([Test],
'
SELECT
*
FROM
HR.Employee
WHERE
DeptID
NOT
IN
(
SELECT
*
FROM
OPENQUERY ([Test],
''
SELECT
DISTINCT
DeptID
FROM
HR.Departments
''
))
')
It is throwing an error when calling the open query from PostgreSQL to SQL Server
Reply
Answers (
1
)
Difference between Equal and LIKE in T-SQL
How to migrate MySQL 8 database to SQL server 2008 R2 Database