Хотите извлечь / экспортировать 1, 766, 048 записей из oracle SQL developer tools
Hi All, I Want to extract 1,766,048 records into any file extension like (.xls,.xlsx,.csv) from Oracle SQL Developer tools. Is there any specific keywords which can be used with select query while extracting data like (Limit, range..! Any other techniques?) through which i can extract data in section wise. Note: I'm using select statement to fetch data from multiple tables using Oracle SQL Developer tools. Please suggest and guide me as soon as possible, i need all records and data is important.
Что я уже пробовал:
я использовал ключевое слово limit.
и не в состоянии найти никаких решений.