{"id":1031,"date":"2024-04-16T19:52:24","date_gmt":"2024-04-16T10:52:24","guid":{"rendered":"http:\/\/inwelly.com\/?p=1031"},"modified":"2024-04-16T19:52:24","modified_gmt":"2024-04-16T10:52:24","slug":"php-laravel-6-%ec%84%9c%eb%b8%8c%ec%bf%bc%eb%a6%ac-query-builder","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=1031","title":{"rendered":"PHP Laravel 6 &#8211; \uc11c\ube0c\ucffc\ub9ac ( Query builder )"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>use Illuminate\\Support\\Facades\\DB;<\/p>\n\n\n\n<p>&nbsp;$test = DB::table(&#8220;test1_table&#8221;)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; -&gt; select(&#8220;test1_table.*&#8221;,&nbsp;<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; DB::raw(&#8221; (select test2_table.name from test2_table where test1_table.id = test2_table.test1_id) as test2_name &#8220;)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; )<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; -&gt;get();<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>use Illuminate\\Support\\Facades\\DB; &nbsp;$test = DB::table(&#8220;test1_table&#8221;) &nbsp; &nbsp; &nbsp; &nbsp; -&gt; select(&#8220;test1_table.*&#8221;,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DB::raw(&#8221; (select test2_table.name from test2_table [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[112],"tags":[],"class_list":["post-1031","post","type-post","status-publish","format-standard","hentry","category-laravel"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/1031","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1031"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/1031\/revisions"}],"predecessor-version":[{"id":1032,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/1031\/revisions\/1032"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1031"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1031"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1031"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}