This is a query that I had submitted to me to retreive some data from one of my tables. This user said to me can you please run this query and send me the results. Here is the query he sent me:
Select my data from the place where my data is stored where data = entered by user.
Here is the query the user actually wanted me to run when I was finally able to get though laughing:
Select * from publishers where writtenby = 'enduser';
Now what made me laugh was this select statement came from a man that said he had spent 10 years as a DBA.