d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Looking For Sql Pals
Add Reply New Topic New Poll
Member
Posts: 5,088
Joined: Jun 20 2011
Gold: 55.00
Oct 8 2020 01:02pm
I work in the wonderful world of business analytics. working from home's got me a little lonely. looking for some other SQL nerds like myself. i recently started a new company and would love to brainstorm and share ideas.
Member
Posts: 12,703
Joined: May 17 2013
Gold: 12,935.00
Oct 8 2020 03:42pm
Code
SELECT * FROM users
WHERE iq > 90

1 row returned


SQL brainstorming seems fun :)

This post was edited by Klexmoo on Oct 8 2020 03:43pm
Member
Posts: 3,399
Joined: Apr 21 2008
Gold: 5,668.00
Oct 8 2020 11:21pm
Code
SELECT 'hello, friend' as conversation
FROM users u
JOIN friends f ON f.user_id = u.id;

-> No records returned.


Hello, friend.

This post was edited by UltimaWarrior on Oct 8 2020 11:22pm
Member
Posts: 5,088
Joined: Jun 20 2011
Gold: 55.00
Oct 9 2020 12:20am
Quote (UltimaWarrior @ Oct 8 2020 10:21pm)
Code
SELECT 'hello, friend' as conversation
FROM users u
JOIN friends f ON f.user_id = u.id;

-> No records returned.


Hello, friend.


howdy, do you use sql for work?
Member
Posts: 4,029
Joined: Dec 4 2018
Gold: 56,369.16
Oct 9 2020 03:39am
Quote (Dingus @ Oct 9 2020 08:20am)
howdy, do you use sql for work?


Code
SELECT 'PRESS' as response

UNION ALL

SELECT 'X' as response

UNION ALL

SELECT 'TO' as response

UNION ALL

SELECT 'DOUBT' as response

Member
Posts: 3,399
Joined: Apr 21 2008
Gold: 5,668.00
Oct 9 2020 09:56am
Quote (Touta @ Oct 9 2020 05:39am)
Code
SELECT 'PRESS' as response

UNION ALL

SELECT 'X' as response

UNION ALL

SELECT 'TO' as response

UNION ALL

SELECT 'DOUBT' as response



Sir, what are you implying?

I don't use SQL much at my current job, but I wrote SQL a lot at my last job, which I was at for 3 years.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll