Relative Content

Tag Archive for hibernatespring-data-jpajava-17sql-server-2022

Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name ‘dept_name’

I am building Microservice project where I am using Spring Boot application , DB is MS SQL 2022, I am using ready DB table which create some application, I want get data from DB table in my table I have 3 column: 1) Deptid – if I use only this column I do not have any problem but
2)DeptName – if I add this column I have problem : the problem is next error : Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name ‘dept_name’.