all groups > sql server connect > march 2006 >
You're in the

sql server connect

group:

I'm a SQL Beginner


I'm a SQL Beginner Smokey
3/26/2006 2:43:59 PM
sql server connect:
I continue to get syntax errors.
What is the command line for "List any titles that do not have a price
assigned" and list each title with its current cost and with the projected
cost increase of 15%"?
Re: I'm a SQL Beginner Sue Hoegemeier
3/26/2006 6:19:45 PM
No one can really tell you as you didn't provide any
information on the tables, what specific errors you are
getting, what statement you are using, etc. Generally,
something like:
Select titles
from your table
where price is null
and
select title, cost, cost + cost*.15 as IncreasedCost
from your table

-Sue

On Sun, 26 Mar 2006 14:43:59 -0800, Smokey
[quoted text, click to view]
AddThis Social Bookmark Button