Re: How to fetch data from tables in PostgreSQL

2018-04-18 Thread Greenhorn
SELECT * FROM table_name LIMIT 10; should give 10 records from your data table. On Wed, 18 Apr 2018, 17:22 vaibhav zaveri, wrote: > Hi, > > How to fetch data from tables in PostgreSQL. > > Regards, > Vaibhav Zaveri >

Re: Need help migrating MSSQL2008R2 tables into PGSQL & make PGSQL mimic MSSQL behaviour.

2024-05-07 Thread Greenhorn
How many tables do you have, and what are their sizes? I'm asking because if you're considering migrating to PostgreSQL, starting from scratch might be cleaner. This approach will also help you gain a deeper understanding of how data types are handled in PostgreSQL compared to MSSQL. On Wed, 8 May