This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dev:all:examples:sql-1 [27.06.2015 20:13] – [Abruf eines einzelnen Users] translated mrbaseman | en:dev:all:examples:sql-1 [27.06.2015 20:36] (current) – finished translation and removed fixme mrbaseman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| ====== Proper use of SQL queries ====== | ====== Proper use of SQL queries ====== | ||
| Line 43: | Line 42: | ||
| </ | </ | ||
| - | ==== Eine Seite abrufen und dazu den Namen des zugehörenden Users ==== | + | ==== Retrieve a page and to the name of the associated user ==== |
| - | //(zur Vereinfachung werden nur die SQL-Statements dargestellt.)//\\ | + | //(For simplicity, only the SQL statements are displayed.)//\\ |
| - | Hierzu werden Daten aus zwei Tabellen benötigt: die Daten aus ' | + | To achieve this, data from two tables are required: the data from ' |
| - | Diese Aufgabe ist ohne jeden zusätzlichen | + | It is worthwhile in any case, be read in SQL to grasp the basics. |
| - | Es lohnt sich auf jeden Fall, sich in SQL einzulesen um die Grundlagen zu begreifen. | + | |
| < | < | ||
| SELECT `wb_users`.`display_name`, | SELECT `wb_users`.`display_name`, | ||
| Line 55: | Line 53: | ||
| </ | </ | ||
| - | FIXME //... wird mit Auftauchen weiterer Beispiele kontinuierlich fortgesetzt!// | + | FIXME //...will be continued with emergence of other examples!// |