Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to select all attributes from a row if there is a certain string in it MySQL

SELECT column1, column2,...
FROM table_name
WHERE first_name = 'John' AND sales_in_year <= 50
 
PREVIOUS NEXT
Tagged: #select #attributes #row #string #MySQL
ADD COMMENT
Topic
Name
3+4 =