Forum Discussion
Nadiya
2 years agoNew Member
Sql
Hi
Iam trying to join two tables but only the coloumn names are returning content is missing in output
Query:
Select * from employeedetails as D join warehouseemployeedetails as W
On D. EmployeeID=W.EmployeeID
1 Reply
- TomMartensSuper User
Hey Nadiya ,
did you already checked the query with a native query tool?
By the way, where did you put the SQL query and what did you mean by "... content is missing form the output."
Regards,
Tom