Sie können dann entweder im entsprechenden Textfeld ein SQL-Kommando eingeben oder in der Combobox darüber eine Tabelle oder View auswählen (so wie hier im Beispiel).
You can then either enter an SQL command in the corresponding text field or select a table or view in the combo box (as in this example).
'0' steht für eine Tabelle, '1' für eine Abfrage und '2' für ein direktes SQL-Kommando.
'0' stands for a table, '1' for a query and '2' for a direct SQL command.
in passende Werte für ein SQL-Kommando.
Diese darf nur ein einziges SQL-Kommando enthalten (mehrere Kommandos, durch Semikolon getrennt, sind nicht zulässig).
Must contain only a single statement. (multiple statements separated by semi-colons are not allowed.
Und da nur noch ein SQL-Kommando ausgeführt wird, geht das auch schon wesentlich schneller: Nur noch eine Drittelsekunde.
And since the SQL query is executed only once this is very much faster than the first approach.
Obwohl es keine PHP-Funktion zum Löschen vorbereiteter Anfragen gibt, können diese mit dem SQL-Kommando DEALLOCATE gelöscht werden.
Also, although there is no PHP function for deleting a prepared statement, the SQL DEALLOCATE statement can be used for that purpose.
Der WebsiteBaker-Core benutzt dieses SQL-Kommando z.B. zum Eintragen und Ändern von Werten in die Tabelle 'settings'.
The WebsiteBaker core uses this SQL command, for example, for entering and changing values in the table 'settings'.
Im zweiten Parameter ist das auszuführende SQL-Kommando für den Datenzugriff zu spezifizieren.
Um diese Nachrichten zu erhalten, muss zuvor das SQL-Kommando LISTEN ausgeführt worden sein.
Eine delete-Anweisung ohne where-Klausel ist das naheliegende Beispiel dafür. Das ist aber ein Spezialfall, für den es sogar ein eigenes SQL-Kommando gibt: truncate table.
A delete statement without where clause is an obvious example in which the database cannot use an index, although this is a special case that has its own SQL command: truncate table.
Wusstet Ihr schon, dass Ihr in einem SQL-Kommando auch Formeln wie in Excel verwenden könnt?
Did you know that the Oracle database can evaluate Excel formulas within a SQL query?