How to get the last row added to a certain table
I use TypeORM with Nest.js in my backend and I need a method to get the last row added to a table in order to get its id (not auto incrementing). My goal is to use it for API call and I need the id + 1.
How to get the last row added to a certain table
I use TypeORM with Nest.js in my backend and I need a method to get the last row added to a table in order to get its id (not auto incrementing). My goal is to use it for API call and I need the id + 1.
How to get the last row added to a certain table
I use TypeORM with Nest.js in my backend and I need a method to get the last row added to a table in order to get its id (not auto incrementing). My goal is to use it for API call and I need the id + 1.
How to get the last row added to a certain table
I use TypeORM with Nest.js in my backend and I need a method to get the last row added to a table in order to get its id (not auto incrementing). My goal is to use it for API call and I need the id + 1.
How to get the last row added to a certain table
I use TypeORM with Nest.js in my backend and I need a method to get the last row added to a table in order to get its id (not auto incrementing). My goal is to use it for API call and I need the id + 1.
Get the last row added to a certain table? in SQL
I use TypeORM with Nest.js in my backend and I need a method to get the last row added to a table in order to get its id (not auto incrementing). My goal is to use it for API call and I need the id + 1.
Why this typeorm’s raw query output return result when I execute from `pg` console but the result is empty on app?
Hi everyone I have a query from typeorm
that returns a result when I execute it from console of the postgres but when it runs directly in-app on request it returns an empty list?