Vertaling van "sql command" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
When you are executing an SQL command for any RDBMS, the system determines the best way to carry out your request and SQL engine figures out how to interpret the task.
Podczas wykonywania polecenia SQL dla wszelkich RDBMS, system określa najlepszą drogę do realizacji żądania i silnik SQL domyśla się, jak interpretować zadanie.
This method should not be used for executing general SQL command, that does not return data in the form of AdoRecordset, because it cannot be confirmed whether the command has been executed successfuly or not.
Metoda ta nie powinna być stosowana do wykonywania ogólnego polecenia SQL, które nie zwraca dane w formie AdoRecordset, ponieważ nie można sprawdzić pomyślność wykonania polecenia.
This will give you mysql>command prompt where you will be able to execute any SQL command.
To daje mysql>wiersz polecenia, gdzie będą w stanie wykonać każde polecenie SQL.
Execute SQL command in a transaction
To run the code from SQL command line, you may need to type/ at the beginning of the first blank line after the last line of the code.
Aby uruchomić kod z wiersza poleceń SQL, być może trzeba wpisać/ na początku pierwszego pustego wiersza po ostatniej linii kodu.
'Table (file)' to the table name that will work with (in case of the possibility of SELECT SQL command will not be used when opening the table).
'Tabela (plik)' na nazwę tabeli, z którą będzie obiekt pracować (jeżeli nie będzie wykorzystana możliwość wprowadzania poleceń SQL SELECT przy otwarciu tabeli).
SQL command from debug plugin
It can be useful if you want to execute some command or run external script while configuration is being reload, eg. one of scripts in LMS/bin directory. SQL command is executed first.
Może się przydać gdy chcesz podczas przeładowania konfiguracji wykonać jakąś komendę lub uruchomić zewnętrzny skrypt, na przykład jeden z tych, które możesz znaleźć w katalogu/bin. W pierwszej kolejności jest wykonywane polecenie SQL.
'Table (file)' to the name of the corresponding table (if the SELECT SQL command option would not be used when opening the table).
'Tabela (plik)' na nazwę tablicy, z którą będzie się pracować (jeżeli nie zostanie wykorzystana możliwość polecenia SQL SELECT podczas otwarcia tablicy).
'Table (file)' to the name of the corresponding table (if the SELECT SQL command option would not be used when opening the table).
'Tabelka (plik)' na nazwę tablicy, z którą będzie się pracować (jeżeli nie zostanie wykorzystana możliwość polecenia SQL SELECT podczas otwarcia tablicy).
This needs just to execute DROP TABLE SQL command at mysql>prompt.
To musi tylko wykonać DROP TABLE polecenia SQL w mysql>wierszu.
SQL RAND Function - This is used to generate a random number using SQL command.
SQL Funkcja RAND - ten jest wykorzystywany do generowania liczb losowych za pomocą polecenia SQL.
An expression that defines an SQL command, such as SELECT, UPDATE, or DELETE, and includes clauses such as WHERE and ORDER BY.
Wyrażenie, które definiują polecenia SQL, takich jak SELECT, UPDATE lub DELETE i zawierające klauzule, na przykład WHERE i ORDER BY.