I have a problem. I have to do a query on a certain table, but you have to manipulate the output. Here is an example.
4 books have been purchased, and the year is 1992
Can anybody help?
Hi,
I am trying to find which authors that have the same amount characters in their first NAME as they have in their last name.
etc Steven Thomas has 6 characters in his first and last name.
I am trying, but it doesn't work. When I use:
select FNAME, LNAME,
from author
where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.