python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Update multiple columns with different WHERE and SET condition
Goal simplify
I'm really sorry . but i'm looking almost all day (1h) if be honest.
Just lost in information and no simple answer explain pls. if can. Thanks
i want to update multiple columns this is m...
user15473689
Votes: 0
Answers: 0
Oracle PL/SQL. SELECT with AND condicionated
I want to do a Query like this:
v_name VARCHAR2(60); SELECT * FROM book WHERE name = v_name
But if "v_name" is NULL, the program must be:
SELECT * FROM book
I don't wan't to set the filter ...
Samuel
Votes: 0
Answers: 3
SQL query to filter multiple conditions
#I want to add a filter for model_no such that if. I define a bunch of models, for example(fasd, wqeqwe) it should only populate those in the table. Help me build this query#
SELECT
E.T2580_GIN_ID A...
what's_in_the_name
Votes: 0
Answers: 1
To_char date in sql only works with wednesday
This query that I made returns the number of employees hired for an specific position in a specific day
SELECT job_title ,To_char(hire_date, 'Day') AS HIRE_DAY,
Count(*) AS c...
nickthecar
Votes: 0
Answers: 1