Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, September 4, 2013

SQL Problem: Display all columns for everyone whose first name contains "Mary".


Solution: SELECT * FROM table_name WHERE first_name LIKE '%Mary%';

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts