Forum Kurallarını Okumak İçin Lütfen Tıklayınız .

Recently searched:

Sqlrip - Utility For Opening, Extracting Data From Files In Sql Format Software 

Software Sqlrip - Utility For Opening, Extracting Data From Files In Sql Format

OrderCheck

LeakBase
Moderator
User
Joined
Jul 20, 2021
Messages
1,453
Reaction score
7,071
#CR
296
SQL RIP
Утилита для открытия, структуризированного просмотра и извлечения отдельных таблиц, строк столбцов БАЗ ДАННЫХ в формате SQL.

Именно с этим инструментом вы сможете быстро изучать содержимое скачанных баз, выделять нужное и экспортировать данные в текстовый файл.

sshot-2.png




Ссылка на
You do not have permission to view link Log in or register now.

Для вашей безопасности любой сторонний софт открывайте только на виртуальных машинах!
 
Last edited by a moderator:
SQL RIP
Utility for opening , structured browsing and extracting individual tables, rows, columns of DATABASES in SQL format.

It is with this tool that you can quickly examine the contents of the downloaded databases, select what you need and export the data to a text file.

* Hidden text cannot be quoted. *
View attachment 425
Link to
You do not have permission to view link Log in or register now.

For your safety, open any third-party software only on virtual machines!
Thanks alot
keep it up
 
why is the data not showing? only tables and fields/columns appear.
is there something wrong?

You do not have permission to view link Log in or register now.


SQL:
Create Table test ( id integer, firstname varchar(255), lastname varchar(255), email varchar(255), email2 text, profession varchar(14));

Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 100,'Ethel','Rustice','Ethel.Rustice@yopmail.com','Ethel.Rustice@gmail.com','developer' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 101,'Beverley','Carey','Beverley.Carey@yopmail.com','Beverley.Carey@gmail.com','doctor' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 102,'Daryl','Jefferey','Daryl.Jefferey@yopmail.com','Daryl.Jefferey@gmail.com','doctor' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 103,'Clementine','Gabrielli','Clementine.Gabrielli@yopmail.com','Clementine.Gabrielli@gmail.com','worker' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 104,'Maye','Trinetta','Maye.Trinetta@yopmail.com','Maye.Trinetta@gmail.com','firefighter' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 105,'Sheree','Tatianas','Sheree.Tatianas@yopmail.com','Sheree.Tatianas@gmail.com','developer' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 106,'Latisha','Olnee','Latisha.Olnee@yopmail.com','Latisha.Olnee@gmail.com','firefighter' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 107,'Glynnis','Telfer','Glynnis.Telfer@yopmail.com','Glynnis.Telfer@gmail.com','developer' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 108,'Susette','Waldron','Susette.Waldron@yopmail.com','Susette.Waldron@gmail.com','worker' );
Insert Into test ( id, firstname, lastname, email, email2, profession) Values ( 109,'Lonnie','Arne','Lonnie.Arne@yopmail.com','Lonnie.Arne@gmail.com','police officer' );
 
SQL:
Create Table test ( id integer, firstname varchar(255), lastname varchar(255), email varchar(255), email2 text, profession varchar(14));

замени значение email2 text на email2 varchar(128)
SQL:
Create Table test ( id integer, firstname varchar(255), lastname varchar(255), email varchar(255), email2 varchar(128), profession varchar(14));

1662101583158.png
 
Большое спасибо, что поделились моим братом
 
The old version will display garbled characters when displaying data, but it will be normal after exporting the file. I hope you can fix it.

Thanks alot
keep it up
 
Все базы из оф канала ителеги можно открыть этой прогой?
 
why is the data not showing? only tables and fields/columns appear.
is there something wrong?

You do not have permission to view link Log in or register now.

To access the data from the sql database you need to right click the fields and press "Rip Selected Columns"
Hope this helped you, have a great day.
 

Users who are viewing this thread

Home Register
Top Bottom