How to view the list of databases available select name from sys.databases; - To pick a database to work use testdb; - To view the tables available in the testdb database select table_name from ...
Currently, the ORM generates the following SQL for a simple paginated query: SELECT anon_1.masterdata_product_id, anon_1.masterdata_product_country_id FROM ( SELECT ...