Return to “Everything & Anything”

Post

Re: CTRL - V

#454

Code: Select all

SELECT Orders.OrderID, OrderDetails.ProductID, Products.ProductName, Categories.CategoryName, Suppliers.SupplierName
FROM (((Orders
INNER JOIN OrderDetails ON Orders.OrderID = OrderDetails.OrderID)
inner join Products on OrderDetails.ProductID = Products.ProductID)
inner join Categories on Products.CategoryID = Categories.CategoryID
inner join Suppliers on Products.SupplierID = Suppliers.SupplierID);
I had some fun with the Northwind DB. WHy not inner the thing into the inner into the thing into the inner into... :D
Automation engineer, lateral thinker, soldier, addicted to music, books and gaming.
Nothing to see here
Flatfingers wrote: 23.01.2017: "Show me the smoldering corpse of Perfectionist Josh"
Post

Re: CTRL - V

#460
Cornflakes_91 wrote:
Mon Nov 20, 2017 3:15 pm
Silverware wrote:
Thu Nov 16, 2017 4:13 am
Just me offending cornflakes with a better solution. :V
your existence is offence enough :V
I can't refute that. :V
°˖◝(ಠ‸ಠ)◜˖°
WebGL Spaceships and Trails
<Cuisinart8> apparently without the demon driving him around Silver has the intelligence of a botched lobotomy patient ~ Mar 04 2020
console.log(`What's all ${this} ${Date.now()}`);
Post

Re: CTRL - V

#464

Code: Select all

benedict cumberbatch
uhhh.... gosh this is embarrassing. I was unsure of how to spell his name so I googled "benedict cumberbatch" and it autofilled for me so yay and then I copy/pasted it so I would not need to type it cause ctrl+c/ctrl+v is soooo easy.
I am Groot.
Please don't take my advice. You will wind up in jail if you do.
For some reason, I feel obliged to display how many people have talked in IRC over the past 2 hours: Image :problem:
:ugeek:
Image

Online Now

Users browsing this forum: No registered users and 32 guests

cron