Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql server check for value in multiple columns

SELECT * FROM table WHERE 123 IN(col1, col2, col3, col4);
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql select case insensitive 
Sql :: grant create db postgres 
Sql :: best sql collation 
Sql :: See Foreign Key 
Sql :: Add a new column into table 
Sql :: order by number of character in sql 
Sql :: mysql 5.6 hierarchical recursive query 
Sql :: sql server update top n records 
Sql :: mysql is odd 
Sql :: sql insert into statement 
Sql :: sql table backup 
Sql :: union postgresql 
Sql :: declare date variable sql 
Sql :: xampp mysql command to import a large database 
Sql :: mysql order by on condition 
Sql :: postgresql delete cascade 
Sql :: sql vs nosql 
Sql :: how to find first 3 highest salary in sql 
Sql :: SQL Server Splitting a string column into multiple rows, while repeating ID column 
Sql :: oracle last connection 
Sql :: SQL DATEDIFF(date_part, start_date, end_date) 
Sql :: oracle boolean to varchar 
Sql :: psql command not found windows 
Sql :: prisma transaction 
Sql :: initialize sql date 
Sql :: join vs inner join 
Sql :: sql select where id not exists in another table 
Sql :: sql server inner join 
Sql :: denormalization in sql example 
Sql :: insert ip address in mysql 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =