Aby uruchomić kod z wiersza poleceń SQL, być może trzeba wpisać/ na początku pierwszego pustego wiersza po ostatniej linii kodu.
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.
'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).
'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).
'Table (file)' to the table name that will work with (if the possibility of SELECT SQL statement will not be used when opening the table).
'Tabelka (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).
'Table (file)' to the table name that will work with (if the possibility of SELECT SQL statement will not be used when opening the table).
Tworzenie zapytań i eksport wyników poleceń SQL do pliku
Making enquiries and exporting results of SQL commands to the file
Szczególny nacisk kładziemy na część warsztatową, gdzie pokazujemy metodykę i praktyczne aspekty tuningu aplikacji i poleceń SQL.
Particular emphasis is placed on the workshops, where we show the methodology and the practical aspects of the application and tuning SQL statements.
Obiekty te zawierają dużą liczbę metod do wytwarzania baz danych i tabel, do dodawania i usuwania rekordów w tabelach, do zapisu i odczytu danych z rekordów, do wyszukiwania i sortowania, wykonywania poleceń SQL, itd.
These objects contain multitude of methods for creating databases and tables, inserting or deleting records in tables, writing and reading values in records, searching and sorting, SQL statements executions, etc.
Jeżeli jest tabela otwarta, wtedy można z podlączoną bazą danych pracować przy pomocy poleceń SQL a w dodatku działają wszystkie pozostałe metody.
If the table is opened, then it is possible to work with the connected database by means of the SQL statements and moreover all other methods are functional.
Większość poleceń SQL nie zwraca żadne dane (wytworzenie/ zmiana/ usunięcie tabeli, dodanie/ zmiana/ usunięcie rekordu w tabeli, itd.
Most SQL statements do not return any data (create/change/delete table, add/change/delete record in the table, etc.
Przykład pokazuje w jaki sposób można tabelkowo wyświetlać dane pozyskane nad obiektem PmDatabase przy pomocy poleceń SQL.
This example shows how to prepare a table view of data obtained from the PmDatabase object by the SQL commands.
Skonfiguruj potok przetwarzania strumienia przy użyciu tylko poleceń SQL (bez kodowania Java lub Python).
Set up a stream processing pipeline using only SQL commands (no Java or Python coding).
Częścią IBOConsole jest również lista i opis poleceń SQL w postaci plików pomocy.
A list and description of the SQL statements is also included in the IBOConsole help.
Głównym formatem jest wydanie deklaracji BEGIN WORK, jednego lub kilku poleceń SQL i następnie polecenia COMMIT.
The general format is to issue a BEGIN WORK statement, one or more SQL statements, and then the COMMIT statement.