How can we run DB QUERY node without LIMIT Clause?

@SnigdhaBiswas the DB Query creates a VIEW. If you want the data you will have to use the:

You can also execute ‘pure’ SQL commands that would then send commands to the database directly:

3 Likes