python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Selecting fields from multiple tables with Where and Substr
Not sure what I'm doing wrong here. I've been trying all week and can't find the problem. I'm new to oracle so I'm hoping it's something easy I'm missing. My script is below. I'm trying to pull stu...
user17986852
Votes: 0
Answers: 1
MySQL how to reverse where?
I have a table like this
id
path
1
/
2
/a/
3
/a/b/
4
/a/b/c/
5
/a/b/c/d
When I use a path (e.g., path = '/a/b/c/') in the where clause, I would like to retrieve the children of thi...

Carlo Jimenez
Votes: 0
Answers: 2
SQL - spliting one column to two separated (diffrent condition)
I don't know how to split one column to two separated with diffrent condition.
If contact is type == 'E' would like save AS email, otherwise type == '6' save AS phone.
I need result like this:
Marcel Golob
Votes: 0
Answers: 3