Translation of "SQL-Variable" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Mit dieser Anweisung erstellen Sie eine SQL-Variable.
Wenn jedoch eine Abfrage, die die Ansicht referenziert, ausgeführt wird, ohne dass die SQL-Variable definiert ist, wird ein Fehler zurückgegeben, der anzeigt, dass die Spalte nicht gefunden werden konnte.
However, if the SQL variable is not defined when a query that refers to the view is executed, an error is returned indicating that the column could be found.
Alerdings kann eine Ansicht auch SQL-Variable referenzieren.
Ansichten, die SQL-Variable referenzieren, werden parametrisierte Ansichten genannt, da die Variablen als Parameter der Ausführung der Ansicht agieren.
Views that reference SQL variables are called parameterized views since the variables act as parameters to the execution of the view.
Es ist nicht möglich, SQL-Variable (einschließlich globale Variable) in UltraLite-Anwendungen zu verwenden, ausgenommen die globale Variable @identity.
You cannot use SQL variables (including global variables) in UltraLite applications except for the @identity global variable.
Die globale Variable @identity ist die einzige SQL-Variable, die Sie in UltraLite verwenden können.
The @identity global variable is the only SQL variable that you can with UltraLite.
Es ist nicht notwendig, dass die SQL-Variable vorhanden ist, wenn die CREATE VIEW-Anweisung ausgeführt wird.
It is not necessary for the SQL variable to exist when the CREATE VIEW statement is executed.
Falls die SQL-Variable allerdings nicht definiert ist, wenn eine sich auf die Ansicht beziehende Abfrage ausgeführt wird, wird ein Fehler "Spalte nicht gefunden" zurückgegeben.
However, if the SQL variable is not defined when a query that refers to the view is executed, a Column Not Found error is returned.
SQL-Variable mit der DROP VARIABLE-Anweisung löschen
SQL variables dropping using the DROP VARIABLE statement
Entfernen SQL-Variable mit der DROP VARIABLE-Anweisung
deleting SQL variables using the DROP VARIABLE statement
Die DROP VARIABLE-Anweisung eliminiert eine SQL-Variable, die zuvor mit einer CREATE VARIABLE-Anweisung erstellt wurde.
The DROP VARIABLE statement eliminates a SQL variable that was previously created using the CREATE VARIABLE statement.
Die SQL-Variable variable-name, muss vom Typ CHAR, VARCHAR oder LONG VARCHAR sein.
The SQL variable variable-name that must be of type CHAR, VARCHAR, or LONG VARCHAR.
Eine AT-Klausel mit 'access;{@myfile};;a1' zeigt beispielsweise an, dass @myfile eine SQL-Variable ist und dass der aktuelle Inhalt der @myfile-Variablen beim Erstellen der Proxy-Tabelle ersetzt werden muss.
For example, an AT clause that contains 'access;{@myfile};;a1' indicates that @myfile is a SQL variable and that the current contents of the @myfile variable should be substituted when the proxy table is created.