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

Wednesday, September 4, 2013

SQL Problem: Display the first and last names for everyone whose last name ends in an "ay".


Solution: SELECT first, last FROM table_name WHERE last LIKE '%ay';

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts