+ 19
[Joke] So, a SQL query walks into a bar...
... walks up to two tables and asks, "May I join you?"
10 Answers
+ 20
I do not want to hear nothing about SQL for at least three weeks, it gives me lots of problems with Node.js š„
+ 16
SELECT Maz FROM Replies.
+ 12
@Ipang i just figured out the problem... after many hours i understood the issue was in my ".js" file, in short... i copied a snippet from Google to test MySql but i did not change the credentials, so it was something like:
var con = mysql.createConnection({
host: 'localhost',
user: 'username',
password: 'password'
});
... rather than:
var con = mysql.createConnection({
host: 'localhost',
user: 'root',
password: 'happycat'
});
+ 11
Or was there no tables because there was a Python slithering there?
+ 6
3 Database SQL walked into a NoSQL bar. A little while later they walked out because they couldn't find a table.
+ 5
What's the problem with sql and Node.js @Maz? care to share?
+ 3
@Maz, nice one, I'll keep that in mind. Thanks for sharing.
+ 1
My favourite
BREAKING NEWS
Bill Gates has resigned as the āChairman of Microsoftā after receiving an emailĀ from Rajinikanth. It reads:
Saar,
I have some questions for youā¦. Please yanswer them:
Namba wan) The keyboard alphabets are not in order, when will you launch the correct version?
Namba too) There is yeh āStartā buttonā¦ but no āStopā buttonā¦ Rascalaa, where it is?
Namba tree) I have already learned Microsoft Word, when are you ālaanchingā Microsoft Sentence?
Namba for) There is yeh Recycle binā¦ butā¦there is nobody coming to collect that bin. Why???
Your name is Billā¦ But in India they orr selling computers without Billā¦ Why???
Yand finally yeh personal question:
Your surname is Gatesā¦ But you are selling Windowsā¦ Why??
With Regards,
Rajinikanth
0
hi everybody
0
what is difference between SQL and NOSQL database software like MongoDB and what are time based database any examples