Dwie linie wyniku w jednym pojedynczym zapytaniu SQL.
The two lines result in one single SQL query.
Dodatkowo konieczne jest zastąpienie %u przez łańcuch %u@%r w zapytaniu SQL (jeśli jest ono używane), ponieważ użytkownik i dziedzina (ang. realm) są teraz udostępniane oddzielnie.
In addition, the SQL query (if used) needs to have %u replaced with %u@%r, because user and realm are now provided separately.
Na przykład, jeśli w zapytaniu SQL wprowadzisz ciąg Like "C*", zapytanie zwróci wszystkie wartości pól zaczynające się od litery C. W zapytaniu parametrycznym możesz monitować użytkownika o wzorzec do wyszukania.
For example, if you enter Like "C*" in an SQL query, the query returns all field values beginning with the letter C. In a parameter query, you can prompt the user for a pattern to search for.
Baza SQL - po wybraniu tej opcji raport będzie oparty na zapytaniu SQL do bazy danych.
SQL database - after selecting this option, the report will be based on the SQL query to the database.
Możliwość łączenia danych z Oracle Database, Kafka i Hadoop/NoSQL w pojedynczym zapytaniu SQL
Combine data from Oracle Database, Kafka, and Hadoop/ NoSQL in a single SQL query
Zmieniono domyślny algorytm zachłannego ładowania dla relacyjnych zapytań w aktywnym rekordzie, tak że wszystkie tabele są teraz łączone w jednym zapytaniu SQL.
Changed the default eager loading algorithm for relational active record queries so that all tables are joined in one single SQL statement.
Aby ograniczyć liczbę wierszy danych, można umieścić w zapytaniu SQL agregacje służące do podsumowywania danych na serwerze bazy danych.
To limit the number of data rows, the query can include SQL aggregates that summarize the data on the database server.
Otóż okazuje się, że baza ta posiada ograniczenie na liczbę elementów w zapytaniu SQL, a dokładniej mówiąc w operatorze IN.
It shows up that this database has a limit of the items specified in the IN operator in the SQL queries.
MyBB napotkało błąd wewnętrzny w zapytaniu SQL i nie może kontynuować.
MyBB has experienced an internal SQL error and cannot continue.