©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
History wizard for MariaDB system versioned tables

History wizard for MariaDB system versioned tables. View and delete history data

Data wizard The wizard for history data selection and history deletion is part of table editing
View and edit history data in MariaDB tables
Wizard zum Anzeigen und Löschen von History-Daten in System-versionierten MariaDB-Tabellen:

Der Wizard dient zur einfachen Generierung von SQL-Anweisungen zur Daten-Abfrage.
Ausgabe-Optionen für Tabellen können angezeigt und bearbeitet werden.
Execute wizard Execute wizard selection as SQL and show result.
Data options Editing the display options for MySQL data.
SQL editor Switch to the SQL Editor.
CSV interface Save selected data as CSV.
PHP interface Save selected data as PHP array.
JSON interface Save selected data as JSON array.
XML interface Save selected data as XML script.
History-Data wizard:
SELECT FOR SYSTEM_TIME, DELETE HISTORY: Selection of the SQL statement.

Selection: Selection of history data for SQL statement.
ALL: Selection from all dates (HISTORY and CURRENT).
AS OF CURRENT_TIMESTAMP: Selection from current dates (CURRENT).
AS OF TIMESTAMP: Specifies the date and time from which data should be displayed.
FROM ... TO ...: Specifies the date and time between which data should be displayed.
BETWEEN ... AND ...: Specification of expressions (e.g. NOW() - INTERVAL 1 HOUR AND NOW()) between which data should be displayed..
Partitions: Select partitions if the table has been partitioned.
If selected, the Selection for SYSTEM_TIME will be disabled, as not with FOR SYSTEM_TIME from a Partition can be queried.
Table Columns: Available table fields for data selection, data restriction and sorting.
WHERE: Selected selection constraints.
ORDER BY: Selected sortings.
Data column Select table column for data output.
WHERE column Select table field for data restriction (WHERE).
ORDER BY ASC Select table column for ascending sorting.
ORDER BY DESC Select table column for descending sorting.
Delete selection Remove table field from selection.
History data for system-versioned tables with transaction-specific history:
View history data by transaction in MariaDB tables
Selection: Selection of history data for SQL statement.
ALL: Selection from all dates (HISTORY and CURRENT).
AS OF TRANSACTION: Entry of transaction number from which to query.
Save queried data as CSV:
Save table data as CSV
Module part for creating CSV interfaces from MySQL table data:

Excel: Sets the formatting of the CSV files to Excel default settings.
Delimiter: Selection of the delimiter between the values ​​and with which quotation marks to enclose values.
Binary Data: Setting how binary data should be stored in CSV files.
Blank field: Field is transferred empty to CSV files.
Hexadecimal: Values ​​are stored in hexadecimal form in CSV files.
Omit: Binary data is omitted. Also, no field is created in the CSV file.
Character set: Character encoding in which the CSV file will be saved.
GZip: Files are saved with GZip compression.

Show CSV: CSV output is shown as text.
Save CSV: CSV output is saved in database CSV archive.
Download CSV: CSV output will be downloaded as a file.
Save settings Settings are saved for further CSV creations.
Copy text Copy text output to clipboard.
Save queried data as PHP array:
Save table data as PHP array
Module part for generating PHP arrays from MySQL table data:

Field names as array keys: Table field names are used as keys in the PHP array.
Numerical values ​​in quotation marks: Integer and floating point values ​​are output as strings in the PHP array.
Show as text: PHP array is shown as text in the MyWAY SQL Manager editor.
Download: Downloading PHP array as a file.
GZip: File will be GZip compressed.
Create PHP array: Starts creating the file.
Copy text Copy text output to clipboard.
Save queried data as JSON array:
Save table data as JSON array
Module part for creating JSON arrays from MySQL table data:

Formatting: Formatting JSON output.
Mask special characters: Special characters will be masked for output.
Show as text: JSON array is shown as text in the MyWAY SQL Manager editor.
Download: Downloading JSON array as a file.
GZip: File will be GZip compressed.
Create JSON array: Starts creating the file.
Copy text Copy text output to clipboard.
Save queried data as XML file:
Save table data as XML file
Module part for creating XML script from table data:

Show as text: XML script is shown as text in the MyWAY SQL Manager editor.
Download: XML script will be downloaded as a file.
GZip: File will be GZip compressed.
Create XML script: Starts creating the file.
Copy text Copy text output to clipboard.
History-Daten löschen:
Delete history data from MariaDB table
Selecting DELETE HISTORY to delete history data:

Selection: Selection of history data for SQL statement.
WHERE: Selected delete restrictions.

The SQL statement with status message and the updated table data appears as output.

WHERE column Select table column for restriction (WHERE).
Delete selection Remove table column from selection.
Data selection and data processing: Data wizard
More information about system-versioned tables: mariadb.com
Updated: 2023-09-15ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer