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)
Can I extract a number with a specific format from a column, and copy the number to a new column?
I have a spreadsheet that is used for scheduling employees, and for our purposes we use a job name and number in the same cell like so:
Employee
1/1/22
1/2/22
John A
ABC Job 21-1111
XYZ Job 21...
Mark Coleman
Votes: 0
Answers: 1
MYSQL use LEAST() or GREATEST() functions in WHERE CLAUSE
I Have a lot of columns to process in a query (columns result can be also NULL) and at the end i need an unique list of all pieces for a timetable (e.g. "what part of what piece i should work fir...
Silvio Oliviero
Votes: 0
Answers: 1
How to transpose pivot data set like this (Pivot data already)
I have data set as below:
And I need to transpose data like (I use Excel transpose):
How to do that in SQL Server with PIVOT or UNPIVOT relational operators? I have tried, but no success.
Thanks
Benzrvd
Votes: 0
Answers: 1
Combine multiple column into 1 column on the same table
I have an example table like this :
id | Name | code1 | code2
------------------------------
1 | John | 001 | AC2
2 | Anna | 002 | AH5
3 | Brad | 003 | BB1
I want t...
Reus ellmy
Votes: 0
Answers: 2